pages.json 2.2 KB

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