pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/login",
  8. "style": {
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  13. {
  14. "path": "pages/index/tabbar/tabbar",
  15. "style": {
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/person",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "navigationBarBackgroundColor": "#ff0505",
  24. "navigationBarTextStyle": "white"
  25. }
  26. },
  27. {
  28. "path": "pages/index/configuration",
  29. "style": {
  30. "navigationBarTitleText": "服务器配置",
  31. "navigationBarBackgroundColor": "#ff0505",
  32. "navigationBarTextStyle": "white"
  33. }
  34. },
  35. {
  36. "path": "pages/index/index",
  37. "style": {
  38. "navigationBarTitleText": "入库",
  39. "navigationBarBackgroundColor": "#ff0505",
  40. "navigationBarTextStyle": "white",
  41. "softinputMode": "adjustResize"
  42. }
  43. },
  44. {
  45. "path": "pages/index/search/search",
  46. "style": {
  47. "navigationBarTitleText": "出库",
  48. "navigationBarBackgroundColor": "#ff0505",
  49. "navigationBarTextStyle": "white"
  50. }
  51. },
  52. {
  53. "path": "pages/index/search/Outbound/Outbound",
  54. "style": {
  55. "navigationBarTitleText": "出库",
  56. "navigationBarBackgroundColor": "#ff0505",
  57. "navigationBarTextStyle": "white",
  58. "app-plus": {
  59. "softinputMode": "adjustResize"
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/new_file",
  65. "style": {
  66. "navigationBarTitleText": "pad",
  67. "navigationBarBackgroundColor": "#ff0505",
  68. "navigationBarTextStyle": "white"
  69. }
  70. },
  71. {
  72. "path": "pages/index/news/movement/movement",
  73. "style": {
  74. "navigationBarTitleText": "移库",
  75. "navigationBarBackgroundColor": "#ff0505",
  76. "navigationBarTextStyle": "white",
  77. "app-plus": {
  78. "softinputMode": "adjustResize"
  79. }
  80. }
  81. },
  82. {
  83. "path": "pages/index/news/docking/docking",
  84. "style": {
  85. "navigationBarTitleText": "越库",
  86. "navigationBarBackgroundColor": "#ff0505",
  87. "navigationBarTextStyle": "white",
  88. "app-plus": {
  89. "softinputMode": "adjustResize"
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/index/news/move/move",
  95. "style": {
  96. "navigationBarTitleText": "移库",
  97. "navigationBarBackgroundColor": "#ff0505",
  98. "navigationBarTextStyle": "white",
  99. "app-plus": {
  100. "softinputMode": "adjustResize"
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/index/news/news",
  106. "style": {
  107. "navigationBarTitleText": "仓内管理",
  108. "navigationBarBackgroundColor": "#ff0505",
  109. "navigationBarTextStyle": "white"
  110. }
  111. },
  112. {
  113. "path": "pages/index/me/me",
  114. "style": {
  115. "navigationBarTitleText": "日常管理",
  116. "navigationBarBackgroundColor": "#ff0505",
  117. "navigationBarTextStyle": "white"
  118. }
  119. },
  120. {
  121. "path": "pages/index/me/task/task",
  122. "style": {
  123. "navigationBarTitleText": "任务管理",
  124. "navigationBarBackgroundColor": "#ff0505",
  125. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. {
  129. "path": "pages/index/main/main",
  130. "style": {
  131. "navigationBarTitleText": "uni-app"
  132. }
  133. },
  134. {
  135. "path": "pages/Warehousing/index",
  136. "style": {
  137. "navigationBarTitleText": "入库",
  138. // "navigationStyle": "custom"
  139. "navigationBarBackgroundColor": "#ff0505",
  140. "navigationBarTextStyle": "white"
  141. }
  142. },
  143. {
  144. "path": "pages/Warehousing/Warehousingthree/index",
  145. "style": {
  146. "navigationBarTitleText": "入库",
  147. // "navigationStyle": "custom"
  148. "navigationBarBackgroundColor": "#ff0505",
  149. "navigationBarTextStyle": "white"
  150. }
  151. },
  152. {
  153. "path": "pages/Warehousing/select/index",
  154. "style": {
  155. "navigationBarTitleText": "选择库位",
  156. "navigationBarBackgroundColor": "#ff0505",
  157. "navigationBarTextStyle": "white"
  158. }
  159. },
  160. {
  161. "path": "pages/Warehousing/selectMaterial/index",
  162. "style": {
  163. "navigationBarTitleText": "选择物料",
  164. "navigationBarBackgroundColor": "#ff0505",
  165. "navigationBarTextStyle": "white"
  166. }
  167. }
  168. ],
  169. "globalStyle": {
  170. // "navigationBarTextStyle": "light", //导航栏标题颜色 及 状态栏前景颜色
  171. // "navigationBarTextStyle": "#ff0505",
  172. "navigationBarBackgroundColor": "#ff0505",
  173. "backgroundColor": "#ff0505"
  174. }
  175. }