Your Name
2022-07-04 b5069cc8ebdb8bc51f1b45f0c49a7e385490a32a
src/views/loginPage/component/accountLogin.vue
@@ -87,7 +87,6 @@
            Session.set('token', res.data.data.accessToken);
            Session.set('projectId','');
            Session.set('uid',res.data.data.uid);
            await initBackEndControlRoutes();
            signInSuccess();
         }else{
            state.loading.signIn = false