feat(scene): 注册场景选择页路由

This commit is contained in:
ozh 2026-08-18 17:21:44 +08:00
parent 82b287dd92
commit 4809682076
2 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,8 @@ export const ROUTES = Object.freeze({
EVENT: '/pages/event/index', EVENT: '/pages/event/index',
MINE: '/pages/mine/index', MINE: '/pages/mine/index',
DEVICE_ADD: '/pages/device/add', DEVICE_ADD: '/pages/device/add',
DEVICE_CONFIG: '/pages/device/config' DEVICE_CONFIG: '/pages/device/config',
SCENE_SELECT: '/pages/scene/select'
}) })
/** /**

View File

@ -35,6 +35,12 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "pages/scene/select",
"style": {
"navigationStyle": "custom"
}
} }
], ],
"globalStyle": { "globalStyle": {