|
|
@@ -3,14 +3,81 @@
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
+ "navigationBarTitleText": "空i企"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/selfCenter/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/appeal/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提建议"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/policy/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "搜政策"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/park/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "找园区"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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": "uni-app",
|
|
|
+ "navigationBarTitleText": "空i企",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#d8d8d8",
|
|
|
+ "selectedColor": "#4a4a4a",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#FFFFFF",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "/static/tabbar/page_off.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/page_on.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/selfCenter/index",
|
|
|
+ "iconPath": "/static/tabbar/self_off.png",
|
|
|
+ "selectedIconPath": "/static/tabbar/self_on.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|