From 50cd9f6356fdf511908c33e9a085ae7a54501082 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期二, 25 十月 2022 15:50:51 +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