pang.jiabao
2025-04-11 162b3abda98bf6c33d60e0846b54febade343274
pages/basics/logOut.vue
@@ -5,13 +5,11 @@
   export default {
      mounted() {
         uni.showToast({
            title: "退出成功",
            title: 'Выход успешен',
            duration: 1000
         })
         setTimeout(() => {
            uni.removeStorageSync('token');
            uni.removeStorageSync('HCuname');
            uni.removeStorageSync('HCpassw');
            uni.reLaunch({
                url:"/pages/login/login"
            });