shj
2022-08-09 58e62c42f6213922666c090e69ad6034114e853e
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