pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "components/tabbar/tabbar",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "packages/wigets/select",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. }
  21. ],
  22. "subPackages": [{
  23. "root": "packageA/pages",
  24. "pages": [{
  25. "path": "home/home",
  26. "style": {
  27. "navigationBarTitleText": "分包案例",
  28. "navigationStyle": "custom"
  29. }
  30. }]
  31. },
  32. {
  33. "root": "packages/traceabilityCodeQuery",
  34. "pages": [{
  35. "path": "pages/index",
  36. "style": {
  37. "navigationBarTitleText": "药品追溯码查询",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/detail/index",
  43. "style": {
  44. "navigationBarTitleText": "追溯码详情"
  45. }
  46. },
  47. {
  48. "path": "pages/scanRange/index",
  49. "style": {
  50. "navigationBarTitleText": "可扫码生产企业及药品"
  51. }
  52. }
  53. ]
  54. },
  55. {
  56. "root": "packages/traceabilityReport",
  57. "pages": [{
  58. "path": "pages/index",
  59. "style": {
  60. "navigationBarTitleText": "溯源报表"
  61. }
  62. },
  63. {
  64. "path": "pages/customerScanningRate/detail/index",
  65. "style": {
  66. "navigationBarTitleText": "客户扫码率",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/reportExport/index",
  72. "style": {
  73. "navigationBarTitleText": ""
  74. }
  75. },
  76. {
  77. "path": "pages/reportExport/detail/index",
  78. "style": {
  79. "navigationBarTitleText": ""
  80. }
  81. }
  82. ]
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "uni-app",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. },
  91. "uniIdRouter": {},
  92. "easycom": {
  93. "autoscan": true,
  94. "custom": {
  95. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  96. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  97. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  98. }
  99. }
  100. }