123456789101112131415161718192021222324 |
- {
- "pages": [
- {
- "path": "pages/forms/forms",
- "style": {
- "navigationBarTitleText": "科湃腾"
- }
- }
- ,{
- "path" : "pages/submit/submit",
- "style" :
- {
- "navigationBarTitleText": "科湃腾",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|