pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "path": "pages/solution/smartVideo",
  51. "style": {
  52. "navigationBarTitleText": "智慧视频",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/solution/lampSms",
  58. "style": {
  59. "navigationBarTitleText": "智慧视频",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/solution/smartOpration",
  65. "style": {
  66. "navigationBarTitleText": "智慧运维",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/solution/zhwb",
  72. "style": {
  73. "navigationBarTitleText": "智能化维保管理系统",
  74. "navigationStyle": "custom"
  75. }
  76. }
  77. ],
  78. "globalStyle": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText": "传秀科技",
  81. "navigationBarBackgroundColor": "#F8F8F8",
  82. "backgroundColor": "#F8F8F8"
  83. },
  84. "uniIdRouter": {}
  85. }