pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/putin/putin",
  22. "style": {
  23. "navigationBarTitleText": "物资入库",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/putin/goods/goods",
  29. "style": {
  30. "navigationBarTitleText": "物资入库",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/putout/putout",
  36. "style": {
  37. "navigationBarTitleText": "物资出库",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/putout/putoutItem/putoutItem",
  43. "style": {
  44. "navigationBarTitleText": "物资出库",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/check/check",
  50. "style": {
  51. "navigationBarTitleText": "库存盘点",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/check/checkItem/checkItem",
  57. "style": {
  58. "navigationBarTitleText": "库存盘点",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/seach/seach",
  64. "style": {
  65. "navigationBarTitleText": "库存查询",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/return/return",
  71. "style": {
  72. "navigationBarTitleText": "退库申请",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/return/returnItem/returnItem",
  78. "style": {
  79. "navigationBarTitleText": "退库申请详情",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/changepass/changepass",
  85. "style": {
  86. "navigationBarTitleText": "修改密码",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/succeed/succeed",
  92. "style": {
  93. "navigationBarTitleText": "抗疫物资",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/center/index",
  99. "style": {
  100. "navigationBarTitleText": "抗疫物资",
  101. "navigationStyle": "custom"
  102. }
  103. }
  104. ],
  105. "globalStyle": {
  106. "navigationBarTextStyle": "black",
  107. "navigationBarTitleText": "抗疫物资申请",
  108. "navigationBarBackgroundColor": "#F8F8F8",
  109. "backgroundColor": "#F8F8F8"
  110. }
  111. // ,
  112. // "tabBar": {
  113. // "color": "#909399",
  114. // "selectedColor": "#303133",
  115. // "borderStyle": "black",
  116. // "backgroundColor": "#ffffff",
  117. // "list": [{
  118. // "pagePath": "pages/index/index",
  119. // "iconPath": "static/index.png",
  120. // "selectedIconPath": "static/index-selected.png",
  121. // "text": "首页"
  122. // }, {
  123. // "pagePath": "pages/center/index",
  124. // "iconPath": "static/center.png",
  125. // "selectedIconPath": "static/center-selected.png",
  126. // "text": "我"
  127. // }]
  128. // }
  129. }