叶松
2023-12-05 e98570b50b2197663302488358d0f35979be4176
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);