|
|
@ -234,27 +234,27 @@ |
|
|
"style": "v2", |
|
|
"style": "v2", |
|
|
"sitemapLocation": "sitemap.json", |
|
|
"sitemapLocation": "sitemap.json", |
|
|
"tabBar": { |
|
|
"tabBar": { |
|
|
"color": "#97D0EC", |
|
|
"color": "#999999", |
|
|
"selectedColor": "#5184B0", |
|
|
"selectedColor": "#169D7E", |
|
|
"borderStyle": "white", |
|
|
"borderStyle": "white", |
|
|
"list": [ |
|
|
"list": [ |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/index/index", |
|
|
"pagePath": "pages/index/index", |
|
|
"iconPath": "/images/index.png", |
|
|
"iconPath": "/images/index.png", |
|
|
"selectedIconPath": "/images/index_seld_2.png", |
|
|
"selectedIconPath": "/images/index_seld_1.png", |
|
|
"text": "首页", |
|
|
"text": "首页", |
|
|
"shareTimeline": true |
|
|
"shareTimeline": true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/map/index", |
|
|
"pagePath": "pages/map/index", |
|
|
"iconPath": "/images/map.png", |
|
|
"iconPath": "/images/map.png", |
|
|
"selectedIconPath": "/images/map_seld_2.png", |
|
|
"selectedIconPath": "/images/map_seld_1.png", |
|
|
"text": "图游" |
|
|
"text": "图游" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/user/user", |
|
|
"pagePath": "pages/user/user", |
|
|
"iconPath": "/images/user.png", |
|
|
"iconPath": "/images/user.png", |
|
|
"selectedIconPath": "/images/user_seld_2.png", |
|
|
"selectedIconPath": "/images/user_seld_1.png", |
|
|
"text": "我的" |
|
|
"text": "我的" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
|