From 5cb92839016c9ae636bf8429f01acdcd2c800a4f Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Tue, 22 Oct 2024 14:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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": "加密测试" + } } ] }