From 59c5178af97b93c27ebdc49023f6c6e4b1a6dadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 12 Aug 2025 17:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E9=83=A8=E5=88=86=E7=82=B9=E5=87=BB=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 011c2882..c548bfc5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -483,6 +483,9 @@ export default { }, headerServerClick2(e) { + if(e.title == '更多'){ + NavgateTo('/packages/localLife/index/index') + } const cate_id = this.categoryList.find(item => item.cate_name == e.title)?.id; if (cate_id) { this.switchCategory(cate_id) } return