登录成功后提示电脑才可以进行设计
This commit is contained in:
@@ -479,6 +479,7 @@ export default defineComponent({
|
||||
this.turnToHomePage('/');
|
||||
}else{
|
||||
if(window.innerWidth < 768){
|
||||
message.info("If you need to design, please log in using an iPad or computer.");
|
||||
this.turnToHomePage('/');
|
||||
}else{
|
||||
this.turnToHomePage('/home');
|
||||
|
||||
Reference in New Issue
Block a user