张磊磊
2023-12-05 266cb78c22a5644d5e2c15c42243b0b80ca7d233
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);