12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [
- "pages/gallery/index",
- "pages/statistics/index",
- "pages/news/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "pages/mall",
- "pages": [
- "mallRecharge/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/gallery/index",
- "iconPath": "",
- "selectedIconPath": "",
- "text": "工作台"
- },
- {
- "pagePath": "pages/statistics/index",
- "iconPath": "",
- "selectedIconPath": "",
- "text": "统计"
- },
- {
- "pagePath": "pages/news/index",
- "iconPath": "",
- "selectedIconPath": "",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "",
- "selectedIconPath": "",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|