diff --git a/constants/routes.js b/constants/routes.js index 7fab84c..3506cd0 100644 --- a/constants/routes.js +++ b/constants/routes.js @@ -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' }) /** diff --git a/pages.json b/pages.json index 5c07881..445e240 100644 --- a/pages.json +++ b/pages.json @@ -35,6 +35,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/scene/select", + "style": { + "navigationStyle": "custom" + } } ], "globalStyle": {