bwcx_jzy 2 years ago
parent
commit
9f91fb1fa3
2 changed files with 1 additions and 21 deletions
  1. 0 0
      CODE_OF_CONDUCT.md
  2. 1 21
      web-vue/src/pages/node/list.vue

+ 0 - 0
CONTRIBUTING.md → CODE_OF_CONDUCT.md


+ 1 - 21
web-vue/src/pages/node/list.vue

@@ -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;