刘嘉威
2022-10-26 e1c28921470ca2a82403ef5a7bc07f1c48619b36
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>