pages.json 828 B

1234567891011121314151617181920212223242526272829303132333435
  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. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "传秀科技",
  31. "navigationBarBackgroundColor": "#F8F8F8",
  32. "backgroundColor": "#F8F8F8"
  33. },
  34. "uniIdRouter": {}
  35. }