123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "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"
- }
|