This commit is contained in:
Paidax
2024-12-09 16:13:32 +08:00
parent 131c9b1082
commit 620a07c0df
2 changed files with 3 additions and 2 deletions
@@ -36,7 +36,8 @@ const appModule = {
},
created() {
setTimeout(()=>{
this.id = headerApp.appModuleId
// this.id = headerApp.appModuleId
this.enterEntranceModules({id: headerApp.appModuleId})
},500)
}
}