|
@@ -380,12 +380,20 @@ export default {
|
|
|
this.LoginOrRegistration = "login";
|
|
|
removeToken();
|
|
|
} else {
|
|
|
- if (userInfor.popedom_code_list.indexOf(2000001) > -1) {
|
|
|
+ this.userMessage = userInfor;
|
|
|
+ if (
|
|
|
+ userInfor.popedom_code_list.indexOf(2000001) > -1 ||
|
|
|
+ userInfor.user_type == "STUDENT"
|
|
|
+ ) {
|
|
|
this.isPc = false;
|
|
|
+ this.$message.warning("跳转中....");
|
|
|
location.href = `/GCLS-Learn/#/EnterSys`;
|
|
|
} else {
|
|
|
this.isPc = true;
|
|
|
this.LoginOrRegistration = "";
|
|
|
+ this.projectList = this.handleProList(
|
|
|
+ userInfor.popedom_code_list
|
|
|
+ );
|
|
|
}
|
|
|
this.getLangList();
|
|
|
updateWordPack({
|