123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- "pages/workbench/index/index",
- "pages/statistics/index/index",
- "pages/deploy/index/index",
- "pages/workbench/statistics_A/statistics_A",
- "pages/workbench/statistics_B/statistics_B",
- "pages/workbench/jk_A/jk_A"
- ],
- "window": {
- "defaultTitle": "My App",
- "titleBarColor": "#26A2FF"
- },
- "tabBar": {
- "textColor": "#dddddd",
- "selectedColor": "#49a9ee",
- "backgroundColor": "#ffffff",
- "items": [
- {
- "pagePath": "pages/workbench/index/index",
- "name": "首页",
- "icon": "image/home.png",
- "activeIcon": "image/activeHome.png"
- },
- {
- "pagePath": "pages/statistics/index/index",
- "name": "统计",
- "icon": "image/tj.png",
- "activeIcon": "image/activeTj.png"
- },
- {
- "pagePath": "pages/deploy/index/index",
- "name": "设置",
- "icon": "image/set.png",
- "activeIcon": "image/activeSet.png"
- }
- ]
- }
- }
|