From 2a9fb3f0533eca19de212629a66a406443160101 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Thu, 19 Dec 2024 12:40:29 +0800 Subject: [PATCH] commit --- src/main/resources/views/mobile/home.html | 3 +++ 1 file changed, 3 insertions(+) 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 === '日常办公') } })