pages.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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/login/index",
  8. "style": {
  9. "navigationBarTitleText": "登录",
  10. "navigationStyle": "custom",
  11. "app-plus": {
  12. "titleNView": false //禁用原生导航栏
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "首页",
  20. "navigationStyle": "custom",
  21. "app-plus": {
  22. "titleNView": false //禁用原生导航栏
  23. }
  24. }
  25. },{
  26. "path" : "pages/stockOut/salesOut/list",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "销售出库",
  30. "enablePullDownRefresh": false
  31. }
  32. },{
  33. "path" : "pages/stockOut/salesOut/index",
  34. "style" :
  35. {
  36. "navigationBarTitleText": "销售出库",
  37. "enablePullDownRefresh": false
  38. }
  39. },{
  40. "path" : "pages/stockOut/chainTransferOut/list",
  41. "style" :
  42. {
  43. "navigationBarTitleText": "连锁调出",
  44. "enablePullDownRefresh": false
  45. }
  46. },{
  47. "path" : "pages/stockOut/chainTransferOut/index",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "连锁调出",
  51. "enablePullDownRefresh": false
  52. }
  53. },{
  54. "path" : "pages/stockOut/storeTransferOut/list",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "店内调出",
  58. "enablePullDownRefresh": false
  59. }
  60. },{
  61. "path" : "pages/stockOut/storeTransferOut/index",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "店内调出",
  65. "enablePullDownRefresh": false
  66. }
  67. },{
  68. "path" : "pages/stockPan/add",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "新建盘点",
  72. "enablePullDownRefresh": false,
  73. "app-plus": {
  74. "titleNView": {
  75. "backButton": { //自定义 backButton
  76. "title": "返回",
  77. "color": "#666666"
  78. },
  79. "buttons": [ //原生标题栏按钮配置,
  80. {
  81. "text": "全部盘点",
  82. "fontSize": "12px",
  83. "width": "82px",
  84. "color": "#00aaff"
  85. }
  86. ]
  87. }
  88. }
  89. }
  90. },{
  91. "path" : "pages/stockPan/index",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "盘点",
  95. "enablePullDownRefresh": false,
  96. "app-plus": {
  97. "titleNView": {
  98. "backButton": { //自定义 backButton
  99. "title": "返回",
  100. "color": "#666666"
  101. },
  102. "buttons": [ //原生标题栏按钮配置,
  103. {
  104. "text": "全部盘点",
  105. "fontSize": "12px",
  106. "width": "82px",
  107. "color": "#00aaff"
  108. }
  109. ]
  110. }
  111. }
  112. }
  113. }
  114. ,{
  115. "path" : "pages/stockPan/detail",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "商品信息",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pages/product/product",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "商品管理",
  127. "enablePullDownRefresh": false
  128. }
  129. }
  130. ,{
  131. "path" : "pages/product/add",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "录入商品",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ,{
  139. "path" : "pages/product/del",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "删除商品",
  143. "enablePullDownRefresh": false
  144. }
  145. }
  146. ,{
  147. "path" : "pages/product/detail",
  148. "style" :
  149. {
  150. "navigationBarTitleText": "商品信息",
  151. "enablePullDownRefresh": false
  152. }
  153. }
  154. ,{
  155. "path" : "pages/stockIn/add",
  156. "style" :
  157. {
  158. "navigationBarTitleText": "新建入库",
  159. "enablePullDownRefresh": false
  160. }
  161. },{
  162. "path" : "pages/stockIn/index",
  163. "style" :
  164. {
  165. "navigationBarTitleText": "入库",
  166. "enablePullDownRefresh": false
  167. }
  168. },{
  169. "path" : "pages/stockIn/detail",
  170. "style" :
  171. {
  172. "navigationBarTitleText": "商品信息",
  173. "enablePullDownRefresh": false
  174. }
  175. }
  176. ,{
  177. "path" : "pages/stockPan/list",
  178. "style" :
  179. {
  180. "navigationBarTitleText": "全部盘点",
  181. "enablePullDownRefresh": false
  182. }
  183. }
  184. ,{
  185. "path" : "pages/stockIn/list",
  186. "style" :
  187. {
  188. "navigationBarTitleText": "入库记录",
  189. "enablePullDownRefresh": false
  190. }
  191. }
  192. ,{
  193. "path" : "pages/stockPan/viewDetail",
  194. "style" :
  195. {
  196. "navigationBarTitleText": "盘点单详情",
  197. "enablePullDownRefresh": false
  198. }
  199. }
  200. ,{
  201. "path" : "pages/stockIn/viewDetail",
  202. "style" :
  203. {
  204. "navigationBarTitleText": "入库单详情",
  205. "enablePullDownRefresh": false
  206. }
  207. }
  208. ,{
  209. "path" : "pages/stockOut/salesOut/viewDetail",
  210. "style" :
  211. {
  212. "navigationBarTitleText": "销售单详情",
  213. "enablePullDownRefresh": false
  214. }
  215. },{
  216. "path" : "pages/stockOut/chainTransferOut/viewDetail",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "连锁调出单详情",
  220. "enablePullDownRefresh": false
  221. }
  222. },{
  223. "path" : "pages/stockOut/storeTransferOut/viewDetail",
  224. "style" :
  225. {
  226. "navigationBarTitleText": "店内调出单详情",
  227. "enablePullDownRefresh": false
  228. }
  229. }
  230. ,{
  231. "path" : "pages/codeBar/codeBar",
  232. "style" :
  233. {
  234. "navigationBarTitleText": "条码维护",
  235. "enablePullDownRefresh": false
  236. }
  237. },
  238. {
  239. "path": "pages/stock/index", // 库存
  240. "style": {
  241. "navigationBarTitleText": "库存",
  242. "enablePullDownRefresh": false
  243. }
  244. },
  245. {
  246. "path": "pages/stock/stockSearch", // 库存查询
  247. "style": {
  248. "navigationBarTitleText": "库存查询",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "pages/stock/stockDetail", // 库存详情
  254. "style": {
  255. "navigationBarTitleText": "库存详情",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path" : "pages/purchasing/list",
  261. "style" :
  262. {
  263. "navigationBarTitleText": "采购入库",
  264. "enablePullDownRefresh": false
  265. }
  266. }
  267. ,{
  268. "path" : "pages/purchasing/index",
  269. "style" :
  270. {
  271. "navigationBarTitleText": "采购入库",
  272. "enablePullDownRefresh": false
  273. }
  274. }
  275. ],
  276. "globalStyle": {
  277. "navigationBarTextStyle": "black",
  278. "navigationBarTitleText": "uni-app",
  279. "navigationBarBackgroundColor": "#F8F8F8",
  280. "backgroundColor": "#F8F8F8",
  281. "app-plus": {
  282. "titleNView":{
  283. "backButton": { //自定义 backButton
  284. "title": "返回",
  285. "color": "#666666"
  286. }
  287. }
  288. }
  289. },
  290. "uniIdRouter": {}
  291. }