From 46183ba8c63b38ea3671e7923edc7ec2fd34a6c3 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 04 十二月 2020 16:01:54 +0800
Subject: [PATCH] 统计查询人脸比对卡片图片分值区布局调整

---
 src/pages/settings/components/BasicSetting.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/settings/components/BasicSetting.vue b/src/pages/settings/components/BasicSetting.vue
index eab4d9a..2ffeae5 100644
--- a/src/pages/settings/components/BasicSetting.vue
+++ b/src/pages/settings/components/BasicSetting.vue
@@ -543,7 +543,7 @@
 
           this.webPort = this.sysinfo.server_port;
 
-          this.sysinfo.webVersion = config.version;
+          this.sysinfo.webVersion = 'V' + config.version;
         }
 
         this.loading = false;
@@ -671,7 +671,7 @@
             if (this.sysinfo.server_port !== this.webPort) {
               let newUri = location.protocol + "//" + this.sysinfo.ip + ":" + this.sysinfo.server_port;
               var changeIPTimer = setTimeout(() => {
-                this.$alert('<strong>鎮ㄥ凡淇敼浜嗘湇鍔″櫒绔彛, 璇烽噸鏂扮櫥褰�</strong><a href="' + newUri + '"> ' + newUri + '<a/>', '鎻愮ず', {
+                this.$alert('<strong>鎮ㄥ凡淇敼浜嗘湇鍔″櫒绔彛, 璇烽噸鏂扮櫥褰�</strong><a target="_parent" href="' + newUri + '"> ' + newUri + '<a/>', '鎻愮ず', {
                   dangerouslyUseHTMLString: true
                 });
               }, 5000)

--
Gitblit v1.8.0