pages.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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",
  34. "style": {
  35. }
  36. } ,
  37. {
  38. "path": "pages/product/reworkRecord",
  39. "style": {
  40. "enablePullDownRefresh": true
  41. }
  42. },
  43. {
  44. "path": "pages/product/rework-pecord/add",
  45. "style": {
  46. }
  47. },
  48. {
  49. "path": "pages/product/rework-pecord/detail",
  50. "style": {
  51. }
  52. },
  53. {
  54. "path": "pages/product/details",
  55. "style": {
  56. "enablePullDownRefresh": true
  57. }
  58. },
  59. {
  60. "path": "pages/reportCenter/index",
  61. "style": {
  62. }
  63. },
  64. {
  65. "path": "pages/reportCenter/report1",
  66. "style": {
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/reportCenter/report2",
  72. "style": {
  73. "enablePullDownRefresh": true
  74. }
  75. },
  76. {
  77. "path": "pages/reportCenter/report3",
  78. "style": {
  79. "enablePullDownRefresh": true
  80. }
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationStyle": "custom",
  85. "navigationBarTextStyle": "black",
  86. "navigationBarTitleText": "数智化产线",
  87. "navigationBarBackgroundColor": "#F8F8F8",
  88. "backgroundColor": "#F8F8F8"
  89. },
  90. "uniIdRouter": {}
  91. }