{ "pages": [ "pages/index/index", "pages/message/message", "pages/life/life", "pages/serve/serve", "pages/mine/mine", "pages/register/register" ], "subPackages": [ { "root": "subpages/OCRCard", "name": "OCRCard", "pages": [ "pages/index/index", "pages/confirm/confirm" ] }, { "root": "subpages/mine", "name": "mine", "pages": [ "editUser/editUser", "checkInRecord/checkInRecord" ] }, { "root": "subpages/index", "name": "index", "pages": [ "renewalApplication/renewalApplication", "policy/index/index", "policy/detail/detail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "Weixin", "navigationBarBackgroundColor": "#ffffff" }, "tabBar": { "custom": true, "color": "#333333", "selectedColor": "#08b3b3", "backgroundColor": "#ffffff", "list": [ { "text": "首页", "pagePath": "pages/index/index", "iconPath": "images/icon/home.png" }, { "text": "消息", "pagePath": "pages/message/message", "iconPath": "images/icon/home.png" }, { "text": "服务", "pagePath": "pages/serve/serve", "iconPath": "images/icon/home.png" }, { "text": "生活圈", "pagePath": "pages/life/life", "iconPath": "images/icon/home.png" }, { "text": "我的", "pagePath": "pages/mine/mine", "iconPath": "images/icon/home.png" } ] }, "permission": { "scope.userLocation": { "desc": "将获取您的位置信息" } }, "requiredPrivateInfos": [ "getLocation", "chooseLocation" ], "plugins": { "ocr-plugin": { "version": "3.1.3", "provider": "wx4418e3e031e551be" } } }