张晓波
2023-12-07 4d075520aec83b6d129a09c6de93780fafe116fc
sz_app/pages/loginIndex/index.vue
@@ -107,7 +107,7 @@
               if(valid) {
                  const params = Object.assign({}, this.formLogin);
                  this.$api.system.userLogin(params).then((res) => {
                     console.log(res.data, '----');
                     console.log(res, '----');
                     if(res.success) {
                        uni.$u.toast('登录成功!');
                        uni.setStorageSync('realName', res.data.realName);