diff --git a/src/pages.json b/src/pages.json index ea4cca1..0822c58 100644 --- a/src/pages.json +++ b/src/pages.json @@ -27,18 +27,6 @@ "navigationBarTitleText": "分类" } }, - { - "path": "pages/test-page/test-camera", - "style": { - "navigationBarTitleText": "摄像头测试" - } - }, - { - "path": "pages/test-page/test-crypto", - "style": { - "navigationBarTitleText": "加密测试" - } - }, { "path": "pages/device-info/device-info", "style": { @@ -108,6 +96,18 @@ "style": { "navigationBarTitleText": "测试页面" } + }, + { + "path": "pages/test-camera", + "style": { + "navigationBarTitleText": "摄像头测试" + } + }, + { + "path": "pages/test-crypto", + "style": { + "navigationBarTitleText": "加密测试" + } } ] }