From 93a26507f76156fa65aead1515c430688c089e1d Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 22 二月 2021 15:49:01 +0800
Subject: [PATCH] 新版目录树样式调试及状态更新调试;朔黄批量导入列表调试;视频检索页面添加处理参数,添加标注接口添加参数;分页器展示优化,默认检索时间调整;转储设备接口调试

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

diff --git a/src/pages/settings/components/BasicSetting.vue b/src/pages/settings/components/BasicSetting.vue
index bafca9c..b720c44 100644
--- a/src/pages/settings/components/BasicSetting.vue
+++ b/src/pages/settings/components/BasicSetting.vue
@@ -92,7 +92,7 @@
                 </el-col>
                 <el-col :span="12" class="flex-box">
                   <div class="xiangqin-label">璁惧绫诲瀷</div>
-                  <div class="xiangqing-info">{{sysinfo.deviceType}}</div>
+                  <div class="xiangqing-info">{{sysinfo.deviceDesc}}</div>
                 </el-col>
                 <el-col :span="12" class="flex-box">
                   <div class="xiangqin-label">閫氶亾涓暟</div>
@@ -543,7 +543,7 @@
 
           this.webPort = this.sysinfo.server_port;
 
-          this.sysinfo.webVersion = config.version;
+          this.sysinfo.webVersion = 'V' + config.version;
         }
 
         this.loading = false;
@@ -625,7 +625,7 @@
             if (this.sysinfo.ip !== this.originNetConfig.ip) {
               let newUri = location.protocol + "//" + this.sysinfo.ip + ":" + this.sysinfo.server_port;
               var changeIPTimer = setTimeout(() => {
-                this.$alert('<strong>鎮ㄥ凡淇敼浜嗘湇鍔″櫒ip, 璇烽噸鏂扮櫥褰�</strong><a href="' + newUri + '"> ' + newUri + '<a/>', '鎻愮ず', {
+                this.$alert('<strong>鎮ㄥ凡淇敼浜嗘湇鍔″櫒ip, 璇烽噸鏂扮櫥褰�</strong><a target="_parent" href="' + newUri + '"> ' + newUri + '<a/>', '鎻愮ず', {
                   dangerouslyUseHTMLString: true
                 });
               }, 10000)
@@ -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)
@@ -684,7 +684,6 @@
       });
     },
     checkTimeZone(val) {
-      debugger;
 
     },
     submitClock() {

--
Gitblit v1.8.0