From 19fe2c123c31b18566f36a2773b0f2ea0901df63 Mon Sep 17 00:00:00 2001
From: 刘嘉威 <daidaibg@163.com>
Date: 星期二, 25 十月 2022 15:24:58 +0800
Subject: [PATCH] feat: 增加中间地图

---
 src/views/setting.vue |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/views/setting.vue b/src/views/setting.vue
index d4f17ab..92e0d99 100644
--- a/src/views/setting.vue
+++ b/src/views/setting.vue
@@ -22,11 +22,6 @@
   console.log(blag, type);
   settingStore.setIsScale(blag);
   // this.$store.commit('setting/updateSwiper', { val, type })
-  // if(type==='isScale'){
-  //     // this.$router.go(0)
-  //     // location.reload()
-  //     // window.location.href=window.location.href+"?t="+Date.now()
-  // }
 };
 </script>
 

--
Gitblit v1.8.0