{ "pages": [ "pages/index/index", "pages/tool/band/band", "pages/task/supply/index", "pages/login/login", "pages/me/index", "pages/task/info/info", "pages/task/info/b2bInfo", "pages/tool/sign/signature", "pages/task/lyg/index", "pages/task/submit/subtask", "pages/tool/agree/agree", "pages/user/info/index", "pages/tool/identify/index", "pages/task/trade/index", "pages/task/demand/index", "pages/task/confirm/index", "pages/task/finish/index", "pages/account/index", "pages/log/log", "pages/tool/empty/index" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#000", "navigationBarTitleText": "云园区", "navigationStyle": "custom", "navigationBarTextStyle": "white", "enablePullDownRefresh": true }, "tabBar": { "color": "#666666", "selectedColor": "#FF6347", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "img/icons/homes.png", "selectedIconPath": "img/icons/homesopen.png", "text": "首页" }, { "pagePath": "pages/task/lyg/index", "iconPath": "img/icons/tasks.png", "selectedIconPath": "img/icons/tasksopen.png", "text": "任务大厅" }, { "pagePath": "pages/account/index", "iconPath": "img/icons/accounts.png", "selectedIconPath": "img/icons/accountsopen.png", "text": "账单" }, { "pagePath": "pages/me/index", "iconPath": "img/icons/mes.png", "selectedIconPath": "img/icons/mesopen.png", "text": "个人中心" } ] }, "usingComponents": { "cu-custom": "/colorui/components/cu-custom" }, "permission": { "scope.userLocation": { "desc": "用户定位附近的花" } }, "sitemapLocation": "sitemap.json" }