diff --git a/src/main/resources/views/mobile/home.html b/src/main/resources/views/mobile/home.html index a946197..bacc32b 100644 --- a/src/main/resources/views/mobile/home.html +++ b/src/main/resources/views/mobile/home.html @@ -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 === '日常办公') } })