添加智能设备路由

This commit is contained in:
赵毅 2025-09-17 15:01:29 +08:00
parent 210a3bec81
commit 80d6fb8cc9
2 changed files with 16 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export default {
photoAc: photoAc:
"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png", "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png",
nav_name: "智能设备", nav_name: "智能设备",
url: "", url: "/packages/smartDevice/index/index",
}, },
{ {
photo: photo:

View File

@ -945,6 +945,21 @@
} }
} }
] ]
},
{
"root": "packages/smartDevice",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "智能设备",
"navigationBarBackgroundColor": "#ffffff",
"usingComponents": {
"nav-footer": "/components/nav/nav"
}
}
}
]
} }
], ],
"globalStyle": { "globalStyle": {