src/views/setting.vue
@@ -22,16 +22,11 @@ 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> <template> <el-drawer v-model="settingStore.settingShow" direction="rtl"> <el-drawer v-model="settingStore.settingShow" direction="rtl" size="360px"> <template #header> <h2 class="setting-title">设置</h2> </template>