From b0ebd2e76df7ccd0cf5964021b049f07f8e81274 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 26 一月 2022 16:09:14 +0800 Subject: [PATCH] 解开btn加入集群 --- src/pages/vindicate/views/sysInfo.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/vindicate/views/sysInfo.vue b/src/pages/vindicate/views/sysInfo.vue index d42de03..25d1cea 100644 --- a/src/pages/vindicate/views/sysInfo.vue +++ b/src/pages/vindicate/views/sysInfo.vue @@ -4,7 +4,7 @@ <div class="sys-right"> <div class="auto"> <div class="title-bg"> - <div class="title">SmartAIOS</div> + <div class="title">Smart AIOS</div> <div class="desc">Copyright 漏 璐濇�濈鎶�鏈湁闄愬叕鍙�</div> </div> <div class="bar" style="background-color: #F2F2F7;"> @@ -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("瀵煎嚭鎴愬姛"); @@ -192,6 +190,8 @@ .v-sys-info { width: 100%; background-color: #FBFAFF; + border-top: 4px solid #f2f2f7; + border-left: 4px solid #f2f2f7; .el-dialog__header { padding: 15px 20px 10px; text-align: left; -- Gitblit v1.8.0