From 4aa13af3c74cf57d70bad9c4bc53b2c26e04fb5d Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 26 一月 2022 13:46:53 +0800 Subject: [PATCH] 集群管理搜索集群 --- src/pages/vindicate/views/sysInfo.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/pages/vindicate/views/sysInfo.vue b/src/pages/vindicate/views/sysInfo.vue index 88d08e5..25d1cea 100644 --- a/src/pages/vindicate/views/sysInfo.vue +++ b/src/pages/vindicate/views/sysInfo.vue @@ -125,7 +125,6 @@ this.expireTime = res.data.expireTime; this.serializedNumber = res.data.sn; this.q = res.data.q; - debugger } }); }, @@ -174,7 +173,6 @@ a.download = "key.txt"; a.click(); window.URL.revokeObjectURL(url); - debugger this.refreshSn(); window.parent.postMessage({ msg: "checkSN" }, "*"); this.$notify.success("瀵煎嚭鎴愬姛"); -- Gitblit v1.8.0