events页面

This commit is contained in:
X1627315083
2024-07-17 15:12:55 +08:00
parent 7571416201
commit 3fce2020da
17 changed files with 689 additions and 120 deletions

View File

@@ -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');
}