This commit is contained in:
@jyuhsin
2024-12-19 12:40:29 +08:00
parent 3d142b647d
commit 2a9fb3f053
@@ -709,6 +709,9 @@ layout("/mobile/platform.html"){
this.initData();
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 === '日常办公')
}
})