pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. "path": "pages/solution/ltzhyq",
  114. "style": {
  115. "navigationBarTitleText": "零碳智慧园区解决方案",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/solution/ltzhxy",
  121. "style": {
  122. "navigationBarTitleText": "零碳智慧校园解决方案",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/solution/ioc",
  128. "style": {
  129. "navigationBarTitleText": "空间数字孪生IOC解决方案",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/solution/zhtc",
  135. "style": {
  136. "navigationBarTitleText": "智慧停车业务运营解决方案",
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/solution/zhxf",
  142. "style": {
  143. "navigationBarTitleText": "智慧消防",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/solution/stgz",
  149. "style": {
  150. "navigationBarTitleText": "双碳管理平台",
  151. "navigationStyle": "custom"
  152. }
  153. },
  154. {
  155. "path": "pages/solution/zhwl",
  156. "style": {
  157. "navigationBarTitleText": "智慧文旅解决方案",
  158. "navigationStyle": "custom"
  159. }
  160. }
  161. ],
  162. "globalStyle": {
  163. "navigationBarTextStyle": "black",
  164. "navigationBarTitleText": "传秀科技",
  165. "navigationBarBackgroundColor": "#F8F8F8",
  166. "backgroundColor": "#F8F8F8"
  167. },
  168. "uniIdRouter": {}
  169. }