#
zjj
2025-05-07 6cd664555fab010429f32d2ccb70ab8bf6cacd77
pages/login/login.vue
@@ -200,6 +200,7 @@
               this.load.loading = true;
               this.load.btnText = '登录中';
               uni.setStorageSync('token', data.accessToken);
               uni.setStorageSync('userData', data.user);
               if (this.remberPassword) {
                  uni.setStorageSync('user', this.user);
               } else {