pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "easycom": {
  3. "autoscan": true, //是否自动扫描组件
  4. "custom": {
  5. "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件
  6. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/indexRouter",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/login",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/codeLogin",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/register",
  26. "style": {
  27. "navigationStyle": "custom"
  28. }
  29. }, {
  30. "path": "pages/home/particulars",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/home/IceManagement",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "pages/order/index",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/order/delivery",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. }, {
  50. "path": "pages/order/orderDetails",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. }, {
  55. "path": "pages/order/quantum",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/order/addWaybill",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/order/addressBook",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/order/addAddress",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/order/Incubator",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/mine/password",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. }, {
  85. "path": "pages/order/logisticsDetails",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/order/humiture",
  91. "style": {
  92. "navigationStyle": "custom"
  93. }
  94. }],
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "uni-app",
  98. "navigationBarBackgroundColor": "#F8F8F8",
  99. "backgroundColor": "#F8F8F8"
  100. },
  101. "uniIdRouter": {}
  102. }