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": {