pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "智慧医院"
  10. }
  11. }
  12. ],
  13. "subPackages": [{
  14. "root": "wastePack",
  15. "pages": [{
  16. "path": "list",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "package",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. }]
  26. }, {
  27. "root": "collection",
  28. "pages": [{
  29. "path": "list",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. }, {
  34. "path": "list2",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "line",
  40. "style": {
  41. "navigationStyle": "custom"
  42. }
  43. }, {
  44. "path": "infor",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. }, {
  49. "path": "infor2",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. }]
  54. }, {
  55. "root": "wasteCheck",
  56. "pages": [{
  57. "path": "list",
  58. "style": {
  59. "navigationStyle": "custom"
  60. }
  61. }, {
  62. "path": "infor",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. }, {
  67. "path": "batchInfo",
  68. "style": {
  69. "navigationStyle": "custom"
  70. }
  71. }, {
  72. "path": "confirmCheck",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. }, {
  77. "path": "unusualDealList",
  78. "style": {
  79. "navigationStyle": "custom"
  80. }
  81. }, {
  82. "path": "unusualDealInfo",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. "path": "unusualDeal",
  88. "style": {
  89. "navigationStyle": "custom"
  90. }
  91. }]
  92. }, {
  93. "root": "report",
  94. "pages": [{
  95. "path": "list",
  96. "style": {
  97. "navigationStyle": "custom"
  98. }
  99. }, {
  100. "path": "report",
  101. "style": {
  102. "navigationStyle": "custom"
  103. // "navigationBarTitleText": "智慧医院"
  104. }
  105. }, {
  106. "path": "infor",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. }]
  111. }],
  112. "globalStyle": {
  113. "navigationBarTextStyle": "black",
  114. "navigationBarTitleText": "uni-app",
  115. "navigationBarBackgroundColor": "#F8F8F8",
  116. "backgroundColor": "#F8F8F8"
  117. }
  118. }