src/views/loginPage/component/accountLogin.vue
@@ -88,6 +88,7 @@ Session.set('token', res.data.data.accessToken); Session.set('projectId',''); Session.set('uid',res.data.data.uid); Session.set('realName',res.data.data.realName); signInSuccess(); }else{ state.loading.signIn = false