From 56fefc5023550b24df05684f8908bc1cbaec1a9c Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 16 十一月 2020 15:51:55 +0800
Subject: [PATCH] 数据栈添加分辨率信息维护
---
src/pages/settings/components/BasicSetting.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/pages/settings/components/BasicSetting.vue b/src/pages/settings/components/BasicSetting.vue
index bafca9c..2ffeae5 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;
@@ -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