pages.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "path": "pages/consult/result",
  36. "style": {
  37. "navigationBarTitleText": "传秀科技",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. // 系统/平台
  42. {
  43. "path": "pages/solution/fmcs",
  44. "style": {
  45. "navigationBarTitleText": "FMCS厂务管理系统",
  46. "navigationStyle": "custom"
  47. }
  48. }
  49. ],
  50. "globalStyle": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "传秀科技",
  53. "navigationBarBackgroundColor": "#F8F8F8",
  54. "backgroundColor": "#F8F8F8"
  55. },
  56. "uniIdRouter": {}
  57. }