From 66ca5586524827141c440cc43bb02b04f2eaabe3 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 10 Nov 2025 17:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +++- pages.json | 15 ++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index d1c6f6d..52949ec 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,9 @@ "delay" : 0 }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ diff --git a/pages.json b/pages.json index 10ad3e6..365678b 100644 --- a/pages.json +++ b/pages.json @@ -7,13 +7,7 @@ }, "pages": [ - { - "path": "pages/login/index", - "style": { - "navigationBarTitleText": "登录", - "navigationStyle": "custom" - } - }, + { "path": "pages/index/index", "style": { @@ -21,6 +15,13 @@ } }, + { + "path": "pages/login/index", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom" + } + }, { "path": "pages/event/add/index", "style": {