pages.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "globalStyle": {
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "传秀科技",
  67. "navigationBarBackgroundColor": "#F8F8F8",
  68. "backgroundColor": "#F8F8F8"
  69. },
  70. "uniIdRouter": {}
  71. }