events页面
This commit is contained in:
@@ -476,11 +476,11 @@ export default defineComponent({
|
||||
setCookie("userInfo", JSON.stringify(rv));
|
||||
this.store.commit("setSystemUser", rv.systemUser)
|
||||
if(rv.systemUser == 0){
|
||||
this.turnToHomePage('/');
|
||||
this.turnToHomePage('/Square');
|
||||
}else{
|
||||
if(window.innerWidth < 768){
|
||||
message.info("If you need to design, please log in using an iPad or computer.");
|
||||
this.turnToHomePage('/');
|
||||
this.turnToHomePage('/Square');
|
||||
}else{
|
||||
this.turnToHomePage('/home');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user