pages.json 2.8 KB

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