123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "OhPlay"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "OhPlay"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/image/iot.png",
- "selectedIconPath": "static/image/iot_org.png",
- "text": "首页"
- }, {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/image/mine.png",
- "selectedIconPath": "static/image/mine_pressed.png",
- "text": "我的"
- }]
- }
- }
|