解决阻断报错问题

pull/6/head
root 10 years ago
parent 8a8f68d908
commit b134c90bfd

@ -209,8 +209,8 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: g_url, url: g_url,
success: window.open("/jlog/log_list/online/", "_self"), success: window.open("/jlog/log_list/online/", "_self")
error: window.open(g_url, "_self") // error: window.open(g_url, "_self")
}); });
} }

Loading…
Cancel
Save