mirror of
https://github.com/lbl8603/vnts.git
synced 2025-09-26 20:21:27 +08:00
Merge remote-tracking branch 'refs/remotes/vnts-release/master' into 1.2.x
# Conflicts: # static/index.html
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
}
|
||||
|
||||
|
||||
console.log("auth" + auth)
|
||||
// console.log("auth" + auth)
|
||||
</script>
|
||||
<script>
|
||||
/* 点击按钮设置下拉菜单的显示与隐藏 */
|
||||
@@ -524,7 +524,7 @@ PersistentKeepalive = ${persistentKeepalive}`;
|
||||
nodes: nodes,
|
||||
edges: edges,
|
||||
};
|
||||
console.log(data)
|
||||
// console.log(data)
|
||||
|
||||
graph.data(data);
|
||||
graph.render();
|
||||
@@ -547,7 +547,7 @@ PersistentKeepalive = ${persistentKeepalive}`;
|
||||
}
|
||||
postGroupList({}, function (result) {
|
||||
let group_list = result.data.group_list;
|
||||
console.log(group_list);
|
||||
// console.log(group_list);
|
||||
searchInput(group_list);
|
||||
});
|
||||
$('.close').on('click', function () {
|
||||
|
@@ -44,7 +44,7 @@ function post(url, data, success, error,) {
|
||||
},
|
||||
data: JSON.stringify(data),
|
||||
success: function (response) {
|
||||
console.log(response)
|
||||
// console.log(response)
|
||||
if (response && response.code === 401) {
|
||||
setAuth(null);
|
||||
window.location.replace("login.html");
|
||||
|
Reference in New Issue
Block a user