pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. }
  39. },
  40. {
  41. "path": "traceabilityCodeQuery/pages/detail/index",
  42. "style": {
  43. "navigationBarTitleText": "追溯码详情"
  44. }
  45. },
  46. {
  47. "path": "traceabilityCodeQuery/pages/scanRange/index",
  48. "style": {
  49. "navigationBarTitleText": "可扫码生产企业及药品"
  50. }
  51. },
  52. {
  53. "path": "traceabilityReport/pages/index",
  54. "style": {
  55. "navigationBarTitleText": "溯源报表"
  56. }
  57. },
  58. {
  59. "path": "traceabilityReport/pages/customerScanningRate/detail/index",
  60. "style": {
  61. "navigationBarTitleText": "客户扫码率",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "traceabilityReport/pages/reportExport/index",
  67. "style": {
  68. "navigationBarTitleText": ""
  69. }
  70. },
  71. {
  72. "path": "traceabilityReport/pages/reportExport/detail/index",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. },
  77. {
  78. "path": "traceabilityReport/pages/blacklist/detail/index",
  79. "style": {
  80. "navigationBarTitleText": "",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "traceabilityReport/pages/ganmaoling/detail/index",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "navigationStyle": "custom"
  89. }
  90. }
  91. ]
  92. }
  93. ],
  94. "globalStyle": {
  95. "navigationBarTextStyle": "black",
  96. "navigationBarTitleText": "uni-app",
  97. "navigationBarBackgroundColor": "#F8F8F8",
  98. "backgroundColor": "#F8F8F8"
  99. },
  100. "uniIdRouter": {},
  101. "easycom": {
  102. "autoscan": true,
  103. "custom": {
  104. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  105. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  106. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  107. }
  108. }
  109. }