| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- "pages/login/login",
- "pages/login/reg",
- "pages/tabBar/ship/ship",
- "pages/tabBar/ship/ship_refresh",
- "pages/tabBar/history/history",
- "pages/tabBar/my/my",
- "pages/tabBar/ship/detail/detail",
- "pages/tabBar/history/detail/detail",
- "pages/tabBar/my/detail/detail",
- "pages/index/index",
- "pages/sample/richAlert"
- ],
- "subPackages": [],
- "window": {
- "pageOrientation": "portrait",
- "navigationBarTitleText": "天路通",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#007AFF",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/tabBar/ship/ship",
- "iconPath": "static/ship.png",
- "selectedIconPath": "static/shipHL.png",
- "text": "货运"
- },
- {
- "pagePath": "pages/tabBar/history/history",
- "iconPath": "static/history.png",
- "selectedIconPath": "static/historyHL.png",
- "text": "历史"
- },
- {
- "pagePath": "pages/tabBar/my/my",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/myHL.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|