From 69aa081ffb9ff71d52b9ddebc8a6d02c0a34f462 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 05 十一月 2020 13:04:25 +0800
Subject: [PATCH] 修复底图刷新传参失败的bug

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

diff --git a/src/pages/settings/components/BasicSetting.vue b/src/pages/settings/components/BasicSetting.vue
index 68ad4e5..8db1f78 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;
@@ -684,7 +684,6 @@
       });
     },
     checkTimeZone(val) {
-      debugger;
 
     },
     submitClock() {

--
Gitblit v1.8.0