| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/eventList/index",
- "style": {
- "navigationBarTitleText": "事件列表"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/poleList/index",
- "style": {
- "navigationBarTitleText": "灯杆列表"
- }
- },
- {
- "path": "pages/poleDetail/index",
- "style": {
- "navigationBarTitleText": "灯杆详情"
- }
- },
- {
- "path": "pages/eventDetail/index",
- "style": {
- "navigationBarTitleText": "事件详情"
- }
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#ff0000",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "/static/uni.png",
- "selectedIconPath": "/static/uni.png"
- }
- // {
- // "pagePath": "pages/my/index",
- // "text": "我的",
- // "iconPath": "/static/uni.png",
- // "selectedIconPath": "/static/uni.png"
- // },
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|