1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "pages": [
- "pages/gallery/index",
- "pages/statistics/index",
- "pages/news/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "pages/mall",
- "pages": [
- "mallRecharge/index",
- "mallSuccess/index"
- ]
- },
- {
- "root": "pages/login",
- "pages": [
- "index"
- ]
- },
- {
- "root": "pages/system",
- "pages": [
- "index"
- ]
- },
- {
- "root": "pages/accountRecharge",
- "pages": [
- "index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#86899B",
- "selectedColor": "#FB692A",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/gallery/index",
- "iconPath": "/static/image/ic_home.png",
- "selectedIconPath": "/static/image/ic_home_selected.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/statistics/index",
- "iconPath": "/static/image/ic_dingdan.png",
- "selectedIconPath": "/static/image/ic_dingdan_selected.png",
- "text": "统计"
- },
- {
- "pagePath": "pages/news/index",
- "iconPath": "/static/image/ic_product.png",
- "selectedIconPath": "/static/image/ic_product_selected.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "/static/image/ic_zhidan.png",
- "selectedIconPath": "/static/image/ic_zhidan_selected.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|