|
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "问卷调查",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/questionnaire/questionnaire",
- "style": {
- "navigationBarTitleText": "调查问卷"
- }
-
- },
- {
- "path": "pages/success/success",
- "style": {
- "navigationBarTitleText": "提交成功",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/question/question",
- "style" :
- {
- "navigationBarTitleText": "调查表",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "问卷调查",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- }
|