zhangxiaoxu123
2022-07-29 ce114e1f7e349559c1abd106b83d7595d8646393
pages/login/login.vue
@@ -24,12 +24,15 @@
         formData:{
            username:'fyy',
            password:'123456!@#'
        // username:'anjianwei',
        // password:'123456'
         }
      };
   },
   methods:{
      loginSubmit(){
         // console.log('login');
      console.log('点击登录');
      // console.log('login');
         uni.showLoading({
            title:'登录中...'
         });
@@ -46,14 +49,22 @@
               setTokenType(token_type);
               setRefreshToken(refresh_token);
               setScope(scope);
               this.$store.dispatch('menus')
               redirectHome();
               uni.hideLoading();
            } catch (e) {
               // error
               console.log(e);
            }
         } else{
            uni.showToast({
               title:response.data.msg,
               icon:'error',
               duration:2000
            })
         }
      }
   }
};
</script>
@@ -96,7 +107,7 @@
      }
      .loginBtn {
         margin-top: vww(80);
         button {
            background-color: #007aff;
            color: #ffffff;