Your Name
2022-06-29 a730bea3b506b1b6d6d8dc3c71e02e0f29ab3139
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{