Your Name
2022-07-05 39d90ac360f55f8835920c6e12e5cd1e4246bdcc
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{