feat(scene): 注册场景选择页路由
This commit is contained in:
parent
82b287dd92
commit
4809682076
|
|
@ -7,7 +7,8 @@ export const ROUTES = Object.freeze({
|
|||
EVENT: '/pages/event/index',
|
||||
MINE: '/pages/mine/index',
|
||||
DEVICE_ADD: '/pages/device/add',
|
||||
DEVICE_CONFIG: '/pages/device/config'
|
||||
DEVICE_CONFIG: '/pages/device/config',
|
||||
SCENE_SELECT: '/pages/scene/select'
|
||||
})
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -35,6 +35,12 @@
|
|||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/scene/select",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue