#
whycq
2023-10-05 40b7a1d53e96b1af5c2241fa3dcd39ae5a0d9726
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"
            });