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": {