| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "pages": [
- "pages/home/home/home",
- "pages/rob/home/home",
- "pages/my/rob/rob",
- "pages/rob/detail/detail",
- "pages/map/home/home",
- "pages/my/home/home",
- "pages/mall/home/home",
- "pages/my/bind/bind",
- "pages/business/detail/detail",
- "pages/business/home/home",
- "pages/home/list/list",
- "pages/my/info/info",
- "pages/site/detail/detail",
- "pages/site/home/home",
- "pages/activity/detail/detail",
- "pages/activity/home/home",
- "pages/activity/review/review",
- "pages/article/detail/detail",
- "pages/activity/reviewdetail/reviewdetail",
- "pages/my/join/join",
- "pages/article/home/home",
- "pages/webview/rcs/rcs",
- "pages/webview/rcmap/rcmap",
- "pages/business/feedback/feedback",
- "pages/business/ad/ad",
- "pages/webview/recuperate/recuperate",
- "pages/my/score/score",
- "pages/my/agreement/service",
- "pages/my/agreement/privacy",
- "pages/teahouse/register/register",
- "pages/teahouse/home/home",
- "pages/teahouse/detail/detail",
- "pages/teahouse/log/log"
- ],
- "window": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#e60012",
- "list": [
- {
- "pagePath": "pages/home/home/home",
- "iconPath": "common/images/tabbar/index.png",
- "selectedIconPath": "common/images/tabbar/index_cur.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/map/home/home",
- "iconPath": "common/images/tabbar/site.png",
- "selectedIconPath": "common/images/tabbar/site_cur.png",
- "text": "服务地图"
- },
- {
- "pagePath": "pages/webview/rcmap/rcmap",
- "iconPath": "common/images/tabbar/calc.png",
- "selectedIconPath": "common/images/tabbar/calc_cur.png",
- "text": "政策计算器"
- },
- {
- "pagePath": "pages/rob/home/home",
- "iconPath": "common/images/tabbar/rob.png",
- "selectedIconPath": "common/images/tabbar/rob_cur.png",
- "text": "抢票"
- },
- {
- "pagePath": "pages/my/home/home",
- "iconPath": "common/images/tabbar/my.png",
- "selectedIconPath": "common/images/tabbar/my_cur.png",
- "text": "我的"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "cu-custom": "/colorui/components/cu-custom"
- }
- }
|