调整设备ipad登陆提示时长

This commit is contained in:
X1627315083
2024-12-04 12:12:33 +08:00
parent 50f0e00224
commit a65477353f
2 changed files with 18 additions and 5 deletions

View File

@@ -489,7 +489,7 @@ export default defineComponent({
this.turnToHomePage('/Square');
}else{
if(window.innerWidth < 768){
message.info("If you need to design, please log in using an iPad or computer.");
message.info("If you need to design, please log in using an iPad or computer.",10);
this.turnToHomePage('/Square');
}else{
this.turnToHomePage('/home');