pages.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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/record/index",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "操作记录",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ,{
  139. "path" : "pages/product/add",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "录入商品",
  143. "enablePullDownRefresh": false
  144. }
  145. }
  146. ,{
  147. "path" : "pages/product/del",
  148. "style" :
  149. {
  150. "navigationBarTitleText": "删除商品",
  151. "enablePullDownRefresh": false
  152. }
  153. }
  154. ,{
  155. "path" : "pages/product/detail",
  156. "style" :
  157. {
  158. "navigationBarTitleText": "商品信息",
  159. "enablePullDownRefresh": false
  160. }
  161. }
  162. ,{
  163. "path" : "pages/stockIn/add",
  164. "style" :
  165. {
  166. "navigationBarTitleText": "新建入库",
  167. "enablePullDownRefresh": false
  168. }
  169. },{
  170. "path" : "pages/stockIn/index",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "入库",
  174. "enablePullDownRefresh": false
  175. }
  176. },{
  177. "path" : "pages/stockIn/detail",
  178. "style" :
  179. {
  180. "navigationBarTitleText": "商品信息",
  181. "enablePullDownRefresh": false
  182. }
  183. }
  184. ,{
  185. "path" : "pages/stockPan/list",
  186. "style" :
  187. {
  188. "navigationBarTitleText": "盘点记录",
  189. "enablePullDownRefresh": false
  190. }
  191. }
  192. ,{
  193. "path" : "pages/stockIn/list",
  194. "style" :
  195. {
  196. "navigationBarTitleText": "入库记录",
  197. "enablePullDownRefresh": false
  198. }
  199. }
  200. ,{
  201. "path" : "pages/stockPan/viewDetail",
  202. "style" :
  203. {
  204. "navigationBarTitleText": "盘点单详情",
  205. "enablePullDownRefresh": false
  206. }
  207. }
  208. ,{
  209. "path" : "pages/stockIn/viewDetail",
  210. "style" :
  211. {
  212. "navigationBarTitleText": "入库单详情",
  213. "enablePullDownRefresh": false
  214. }
  215. }
  216. ,{
  217. "path" : "pages/stockOut/salesOut/viewDetail",
  218. "style" :
  219. {
  220. "navigationBarTitleText": "销售单详情",
  221. "enablePullDownRefresh": false
  222. }
  223. },{
  224. "path" : "pages/stockOut/chainTransferOut/viewDetail",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "连锁调出单详情",
  228. "enablePullDownRefresh": false
  229. }
  230. },{
  231. "path" : "pages/stockOut/storeTransferOut/viewDetail",
  232. "style" :
  233. {
  234. "navigationBarTitleText": "店内调出单详情",
  235. "enablePullDownRefresh": false
  236. }
  237. }
  238. ,{
  239. "path" : "pages/codeBar/codeBar",
  240. "style" :
  241. {
  242. "navigationBarTitleText": "条码维护",
  243. "enablePullDownRefresh": false
  244. }
  245. }
  246. ],
  247. "globalStyle": {
  248. "navigationBarTextStyle": "black",
  249. "navigationBarTitleText": "uni-app",
  250. "navigationBarBackgroundColor": "#F8F8F8",
  251. "backgroundColor": "#F8F8F8",
  252. "app-plus": {
  253. "titleNView":{
  254. "backButton": { //自定义 backButton
  255. "title": "返回",
  256. "color": "#666666"
  257. }
  258. }
  259. }
  260. },
  261. "uniIdRouter": {}
  262. }