活动问卷
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1.0 KiB

  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "问卷调查",
  7. "navigationStyle": "custom"
  8. }
  9. }, {
  10. "path": "pages/questionnaire/questionnaire",
  11. "style": {
  12. "navigationBarTitleText": "调查问卷"
  13. }
  14. },
  15. {
  16. "path": "pages/success/success",
  17. "style": {
  18. "navigationBarTitleText": "提交成功",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path" : "pages/question/question",
  24. "style" :
  25. {
  26. "navigationBarTitleText": "调查表",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ],
  31. "globalStyle": {
  32. "navigationBarTextStyle": "black",
  33. "navigationBarTitleText": "问卷调查",
  34. "navigationBarBackgroundColor": "#FFFFFF",
  35. "backgroundColor": "#FFFFFF",
  36. "enablePullDownRefresh": false
  37. }
  38. }