This commit is contained in:
bwcx_jzy 2023-04-06 21:45:38 +08:00
parent 9e03a2c705
commit 9f91fb1fa3
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
2 changed files with 1 additions and 21 deletions

View File

@ -602,22 +602,6 @@ export default {
PAGE_DEFAULT_SHOW_TOTAL,
parseTime,
CHANGE_PAGE,
introGuideList() {
this.$store.dispatch("tryOpenGuide", {
key: "node-list-manage",
beforeKey: "index",
options: {
hidePrev: true,
steps: [
{
title: "导航助手",
element: document.querySelector(".jpom-node-manage-btn"),
intro: "点击【节点管理】按钮可以进入节点管理,节点管理里面可以挖掘更多功能",
},
],
},
});
},
//
loadGroupList() {
getNodeGroupAll().then((res) => {
@ -659,11 +643,7 @@ export default {
this.handleNode(item);
}
});
if (res.data.total > 0) {
this.$nextTick(() => {
this.introGuideList();
});
}
resolve();
this.refreshInterval = 30;
this.deadline = Date.now() + this.refreshInterval * 1000;