pages.json 987 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "传秀科技",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/plan/index",
  15. "style": {
  16. "navigationBarTitleText": "方案",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/consult/index",
  22. "style": {
  23. "navigationBarTitleText": "联系我们",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/consult/apply",
  29. "style": {
  30. "navigationBarTitleText": "申请专项演示方案",
  31. "navigationStyle": "custom"
  32. }
  33. }
  34. ],
  35. "globalStyle": {
  36. "navigationBarTextStyle": "black",
  37. "navigationBarTitleText": "传秀科技",
  38. "navigationBarBackgroundColor": "#F8F8F8",
  39. "backgroundColor": "#F8F8F8"
  40. },
  41. "uniIdRouter": {}
  42. }