pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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/Material/Material",
  46. "style": {
  47. "navigationBarTitleText": "绑定料架号",
  48. "navigationBarBackgroundColor": "#ff0505",
  49. "navigationBarTextStyle": "white",
  50. "softinputMode": "adjustResize"
  51. }
  52. },
  53. {
  54. "path": "pages/index/search/search",
  55. "style": {
  56. "navigationBarTitleText": "出库",
  57. "navigationBarBackgroundColor": "#ff0505",
  58. "navigationBarTextStyle": "white"
  59. }
  60. },
  61. {
  62. "path": "pages/index/search/Outbound/Outbound",
  63. "style": {
  64. "navigationBarTitleText": "出库",
  65. "navigationBarBackgroundColor": "#ff0505",
  66. "navigationBarTextStyle": "white",
  67. "app-plus": {
  68. "softinputMode": "adjustResize"
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/index/message/message",
  74. "style": {
  75. "navigationBarTitleText": "消息",
  76. "navigationBarBackgroundColor": "#ff0505",
  77. "navigationBarTextStyle": "white",
  78. "app-plus": {
  79. "softinputMode": "adjustResize"
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/new_file",
  85. "style": {
  86. "navigationBarTitleText": "pad",
  87. "navigationBarBackgroundColor": "#ff0505",
  88. "navigationBarTextStyle": "white"
  89. }
  90. },
  91. {
  92. "path": "pages/index/news/movement/movement",
  93. "style": {
  94. "navigationBarTitleText": "移库",
  95. "navigationBarBackgroundColor": "#ff0505",
  96. "navigationBarTextStyle": "white",
  97. "app-plus": {
  98. "softinputMode": "adjustResize"
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/index/news/docking/docking",
  104. "style": {
  105. "navigationBarTitleText": "越库",
  106. "navigationBarBackgroundColor": "#ff0505",
  107. "navigationBarTextStyle": "white",
  108. "app-plus": {
  109. "softinputMode": "adjustResize"
  110. }
  111. }
  112. },
  113. {
  114. "path": "pages/index/news/news",
  115. "style": {
  116. "navigationBarTitleText": "仓内管理",
  117. "navigationBarBackgroundColor": "#ff0505",
  118. "navigationBarTextStyle": "white"
  119. }
  120. },
  121. {
  122. "path": "pages/index/me/me",
  123. "style": {
  124. "navigationBarTitleText": "日常管理",
  125. "navigationBarBackgroundColor": "#ff0505",
  126. "navigationBarTextStyle": "white"
  127. }
  128. },
  129. {
  130. "path": "pages/index/me/task/task",
  131. "style": {
  132. "navigationBarTitleText": "设备列表",
  133. "navigationBarBackgroundColor": "#ff0505",
  134. "navigationBarTextStyle": "white"
  135. }
  136. },
  137. {
  138. "path": "pages/index/me/log/log",
  139. "style": {
  140. "navigationBarTitleText": "设备日志列表",
  141. "navigationBarBackgroundColor": "#ff0505",
  142. "navigationBarTextStyle": "white"
  143. }
  144. },
  145. {
  146. "path": "pages/index/main/main",
  147. "style": {
  148. "navigationBarTitleText": "uni-app"
  149. }
  150. },
  151. {
  152. "path": "pages/Warehousing/index",
  153. "style": {
  154. "navigationBarTitleText": "补码",
  155. // "navigationStyle": "custom"
  156. "navigationBarBackgroundColor": "#ff0505",
  157. "navigationBarTextStyle": "white"
  158. }
  159. },
  160. {
  161. "path": "pages/Warehousing/Warehousingthree/index",
  162. "style": {
  163. "navigationBarTitleText": "入库",
  164. // "navigationStyle": "custom"
  165. "navigationBarBackgroundColor": "#ff0505",
  166. "navigationBarTextStyle": "white"
  167. }
  168. },
  169. {
  170. "path": "pages/Warehousing/select/index",
  171. "style": {
  172. "navigationBarTitleText": "选择库位",
  173. "navigationBarBackgroundColor": "#ff0505",
  174. "navigationBarTextStyle": "white"
  175. }
  176. },
  177. {
  178. "path": "pages/Warehousing/selectMaterial/index",
  179. "style": {
  180. "navigationBarTitleText": "选择物料",
  181. "navigationBarBackgroundColor": "#ff0505",
  182. "navigationBarTextStyle": "white"
  183. }
  184. }
  185. ],
  186. "globalStyle": {
  187. // "navigationBarTextStyle": "light", //导航栏标题颜色 及 状态栏前景颜色
  188. // "navigationBarTextStyle": "#ff0505",
  189. "navigationBarBackgroundColor": "#ff0505",
  190. "backgroundColor": "#ff0505"
  191. }
  192. }