| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "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": "我的",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/appeal/index",
- "style": {
- "navigationBarTitleText": "提建议",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/appeal/myAppeal",
- "style": {
- "navigationBarTitleText": "我的诉求", "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/appeal/putAppeal",
- "style": {
- "navigationBarTitleText": "提交诉求", "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/appeal/appeal_detail",
- "style": {
- "navigationBarTitleText": "诉求详情", "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/policy/index",
- "style": {
- "navigationBarTitleText": "搜政策"
- }
- },
- {
- "path": "pages/policy/policy_deatil",
- "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": "供需管理",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/supply/putSupply",
- "style": {
- "navigationBarTitleText": "发布供需",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/supply/mySupply",
- "style": {
- "navigationBarTitleText": "我的供需",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/supply/supply_detail",
- "style": {
- "navigationBarTitleText": "供需详情",
- "navigationBarBackgroundColor": "#02A7F0",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/enterprise/index",
- "style": {
- "navigationBarTitleText": "查企业"
- }
- },
- {
- "path": "pages/service/index",
- "style": {
- "navigationBarTitleText": "找服务"
- }
- },
- {
- "path": "pages/auth/index",
- "style": {
- "navigationBarTitleText": "授权"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "空i企",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|