| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "空i企",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/park/park_deatil",
- "style": {
- "navigationBarTitleText": "园区概况",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/selfCenter/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/appeal/index",
- "style": {
- "navigationBarTitleText": "提建议"
- }
- },
- {
- "path": "pages/policy/index",
- "style": {
- "navigationBarTitleText": "搜政策"
- }
- },
- {
- "path": "pages/park/index",
- "style": {
- "navigationBarTitleText": "园区专区",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/park/map_search",
- "style": {
- "navigationBarTitleText": "地图找园区",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
-
- {
- "path": "pages/activity/index",
- "style": {
- "navigationBarTitleText": "找活动"
- }
- },
- {
- "path": "pages/supply/index",
- "style": {
- "navigationBarTitleText": "发供需"
- }
- },
- {
- "path": "pages/enterprise/index",
- "style": {
- "navigationBarTitleText": "查企业"
- }
- },
- {
- "path": "pages/service/index",
- "style": {
- "navigationBarTitleText": "找服务"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "空i企",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#d8d8d8",
- "selectedColor": "#4a4a4a",
- "borderStyle": "white",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabbar/home-select.png",
- "selectedIconPath": "/static/tabbar/home-selected.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/selfCenter/index",
- "iconPath": "/static/tabbar/user-select.png",
- "selectedIconPath": "/static/tabbar/user-selected.png",
- "text": "我的"
- }
- ]
- }
- }
|