|
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/payOrder/payOrder",
- "pages/payHistory/payHistory",
- "pages/chat/chat",
- "pages/orderDetail/orderDetail",
- "pages/userProtocol/userProtocol",
- "pages/mine/mine"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#9F9F9F",
- "selectedColor": "#07c160",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "./asset/icon/Home.png",
- "selectedIconPath": "./asset/icon/HomeSelect.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "./asset/icon/User.png",
- "selectedIconPath": "./asset/icon/UserSelect.png",
- "text": "我的"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|