pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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/plan/details",
  22. "style": {
  23. "navigationBarTitleText": "案例",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/consult/index",
  29. "style": {
  30. "navigationBarTitleText": "联系我们",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/consult/apply",
  36. "style": {
  37. "navigationBarTitleText": "传秀科技",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/consult/result",
  43. "style": {
  44. "navigationBarTitleText": "传秀科技",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. // 系统/平台
  49. {
  50. "path": "pages/solution/fmcs",
  51. "style": {
  52. "navigationBarTitleText": "FMCS厂务管理系统",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/solution/smartVideo",
  58. "style": {
  59. "navigationBarTitleText": "智慧视频",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/solution/lampSms",
  65. "style": {
  66. "navigationBarTitleText": "智慧视频",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/solution/smartOpration",
  72. "style": {
  73. "navigationBarTitleText": "智慧运维",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/solution/zhwb",
  79. "style": {
  80. "navigationBarTitleText": "智能化维保管理系统",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/solution/zncc",
  86. "style": {
  87. "navigationBarTitleText": "智能仓储管理平台",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/solution/znpc",
  93. "style": {
  94. "navigationBarTitleText": "智能排产系统",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/solution/zhnt",
  100. "style": {
  101. "navigationBarTitleText": "智慧能碳管理系统",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/solution/zhly",
  107. "style": {
  108. "navigationBarTitleText": "智慧楼宇解决方案",
  109. "navigationStyle": "custom"
  110. }
  111. }
  112. ],
  113. "globalStyle": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "传秀科技",
  116. "navigationBarBackgroundColor": "#F8F8F8",
  117. "backgroundColor": "#F8F8F8"
  118. },
  119. "uniIdRouter": {}
  120. }