12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "pages": [
- "pages/me/index",
- "pages/user/info/index",
- "pages/tool/sign/signature",
- "pages/index/index",
- "pages/tool/identify/index",
- "pages/task/rob/index",
- "pages/task/lyg/index",
- "pages/task/trade/index",
- "pages/task/demand/index",
- "pages/task/supply/index",
- "pages/task/confirm/index",
- "pages/task/finish/index",
- "pages/tool/band/band",
- "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"
- }
|