pages.json 997 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/result/result",
  11. "style": {
  12. "navigationBarTitleText": "德立信志愿",
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": false
  15. }
  16. }, {
  17. "path": "pages/register/register",
  18. "style": {
  19. "navigationBarTitleText": "德立信志愿",
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/password/password",
  26. "style": {
  27. "navigationBarTitleText": "德立信志愿",
  28. "navigationStyle": "custom",
  29. "enablePullDownRefresh": false
  30. }
  31. }
  32. ],
  33. "globalStyle": {
  34. "navigationBarTextStyle": "black",
  35. "navigationBarTitleText": "德立信",
  36. "navigationBarBackgroundColor": "#F8F8F8",
  37. "backgroundColor": "#F8F8F8"
  38. },
  39. "uniIdRouter": {}
  40. }