{ "pages": [ "pages/index/index", "pages/message/message", "pages/life/life", "pages/serve/serve", "pages/mine/mine", "pages/register/register", "pages/webView/webView" ], "subPackages": [ { "root": "subpages/OCRCard", "name": "OCRCard", "pages": [ "pages/index/index", "pages/confirm/confirm", "pages/deposit/deposit", "pages/OCR/OCR" ] }, { "root": "subpages/mine", "name": "mine", "pages": [ "editUser/editUser", "checkInRecord/checkInRecord", "evaluate/evaluate", "checkInEvaluate/checkInEvaluate" ] }, { "root": "subpages/index", "name": "index", "pages": [ "renewalApplication/renewalApplication", "policy/index/index", "policy/detail/detail", "checkOutConfirm/index/index", "checkOutConfirm/sign/sign", "checkInUser/checkInUser", "checkInWait/checkInWait" ] }, { "root": "subpages/eventAdd", "name": "event", "pages": [ "add/add" ] }, { "root": "subpages/bsPage", "name": "bsPage", "pages": [ "bsPage/bsPage" ] } ], "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": { } }