Your Name
2022-07-13 656696be4b70513e94f1341db8d1c2d3f43b3e6d
src/views/login/component/account.vue
@@ -101,7 +101,7 @@
            userInfo.setUserInfos(res.data.data)
            Session.set('token', res.data.data.accessToken);
            Session.set('projectId','');
            Session.set('uid',res.data.data.id);
            Session.set('uid',res.data.data.uid);
            await initBackEndControlRoutes();
            signInSuccess();
         }else{