This commit is contained in:
Paidax
2024-12-24 15:55:26 +08:00
parent 9886b06c4a
commit 414f91c50a
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -710,8 +710,8 @@ layout("/mobile/platform.html"){
const active = sessionStorage.getItem("zhgh-mobile-home-active")
this.active = active ? parseInt(active) : 0
this.clickIndex = 2
this.clickMenu = this.moduleMenus.find(o => o.moduleName === '日常办公')
// this.clickIndex = 2
// this.clickMenu = this.moduleMenus.find(o => o.moduleName === '日常办公')
}
})