pages.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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/order/index",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "pages/order/delivery",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/order/orderDetails",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. }, {
  50. "path": "pages/order/quantum",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. }, {
  55. "path": "pages/order/addWaybill",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/mine/password",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/order/logisticsDetails",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/order/humiture",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }],
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "uni-app",
  78. "navigationBarBackgroundColor": "#F8F8F8",
  79. "backgroundColor": "#F8F8F8"
  80. },
  81. "uniIdRouter": {}
  82. }