|
@@ -45,12 +45,20 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+ ,{
|
|
|
+ "path" : "pages/shareEmployment/shareEmployment",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
+ "navigationBarTitleText": "荆开零工驿站",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
},
|
|
|
"uniIdRouter": {}
|
|
|
}
|