pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "easycom": {
  3. "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages,
  6. {
  7. "path": "pages/start/start",
  8. "style": {
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. }
  15. },
  16. {
  17. "path": "pages/login/login",
  18. "style": {
  19. }
  20. },
  21. {
  22. "path": "pages/product/query",
  23. "style": {
  24. "enablePullDownRefresh": true
  25. }
  26. } ,
  27. {
  28. "path": "pages/product/inStock",
  29. "style": {
  30. }
  31. } ,
  32. {
  33. "path": "pages/product/process/process",
  34. "style": {
  35. }
  36. } ,
  37. {
  38. "path": "pages/product/process/processConfig",
  39. "style": {
  40. }
  41. } ,
  42. {
  43. "path": "pages/product/reworkRecord",
  44. "style": {
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "pages/product/rework-pecord/add",
  50. "style": {
  51. }
  52. },
  53. {
  54. "path": "pages/product/rework-pecord/detail",
  55. "style": {
  56. }
  57. },
  58. {
  59. "path": "pages/product/details",
  60. "style": {
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path": "pages/reportCenter/index",
  66. "style": {
  67. }
  68. },
  69. {
  70. "path": "pages/reportCenter/report1",
  71. "style": {
  72. "enablePullDownRefresh": true
  73. }
  74. },
  75. {
  76. "path": "pages/reportCenter/report2",
  77. "style": {
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "pages/reportCenter/report3",
  83. "style": {
  84. "enablePullDownRefresh": true
  85. }
  86. }
  87. ],
  88. "globalStyle": {
  89. "navigationStyle": "custom",
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "数智化产线",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "uniIdRouter": {}
  96. }