pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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/transferBox",
  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/mine/password",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/order/logisticsDetails",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/order/humiture",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }],
  80. "globalStyle": {
  81. "navigationBarTextStyle": "black",
  82. "navigationBarTitleText": "uni-app",
  83. "navigationBarBackgroundColor": "#F8F8F8",
  84. "backgroundColor": "#F8F8F8"
  85. },
  86. "uniIdRouter": {}
  87. }