1
lzhe
2025-08-10 e1e99172428d1fcbc23adac62fb27acf44242d54
1
已修改1个文件
19 ■■■■■ 文件已修改
src/views/wel/gongkong.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/gongkong.vue
@@ -40,30 +40,11 @@
        }
      ).catch(() => resolve([]));
    },
    // getPre() {
    //   axios({
    //     url: '/blade-mdm/gkw/node/lazy-list',
    //     method: 'get',
    //     params: {nodeId: this.nodeId}
    //   }).then(
    //   res => {
    //     this.treeData = res.data.data;      });
    // },
    handleNodeClick(a,b,c,d) {
      console.og(a,b,c,d)
    }
  },
  mounted() {
    //this.getPre();
    //判断版本  0:涉密网,1:工控网;
    // axios({url: '/blade-mdm/system/param/getValue?paramKey=networkType',method: 'get'}).then(res => {
    //     if(res.data.data === "0") {
    //       this.isSM = true;
    //     }else {
    //       this.getPre();
    //     }
    //   }
    // );
  }
};
</script>