From 80d6fb8cc92dc648ce0755ad5b5199c77f280331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 17 Sep 2025 15:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=99=BA=E8=83=BD=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/nav/nav.vue | 2 +- pages.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/components/nav/nav.vue b/components/nav/nav.vue index 5b41cce1..2d6bd5a0 100644 --- a/components/nav/nav.vue +++ b/components/nav/nav.vue @@ -67,7 +67,7 @@ export default { photoAc: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png", nav_name: "智能设备", - url: "", + url: "/packages/smartDevice/index/index", }, { photo: diff --git a/pages.json b/pages.json index 28dfa9d2..2be79c31 100644 --- a/pages.json +++ b/pages.json @@ -945,6 +945,21 @@ } } ] + }, + { + "root": "packages/smartDevice", + "pages": [ + { + "path": "index/index", + "style": { + "navigationBarTitleText": "智能设备", + "navigationBarBackgroundColor": "#ffffff", + "usingComponents": { + "nav-footer": "/components/nav/nav" + } + } + } + ] } ], "globalStyle": {