pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. // "condition": { //模式配置,仅开发期间生效
  6. // "current": 0, //当前激活的模式(list 的索引项)
  7. // "list": [{
  8. // "name": "test", //模式名称
  9. // "path": "pages/componentsC/test/index", //启动页面,必选
  10. // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
  11. // }]
  12. // },
  13. "pages": [
  14. // 首页
  15. {
  16. "path": "pages/home/index",
  17. "style": {
  18. "app-plus": {
  19. "titleNView": false
  20. }
  21. }
  22. },
  23. // 消息
  24. {
  25. "path": "pages/msg/index",
  26. "style": {
  27. "navigationBarTitleText": "消息"
  28. }
  29. },
  30. // 我的
  31. {
  32. "path": "pages/me/index",
  33. "style": {
  34. // "navigationBarTitleText": "我的",
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. },
  40. //登录
  41. {
  42. "path": "pages/login/index",
  43. "style": {
  44. "app-plus": {
  45. "titleNView": false
  46. }
  47. }
  48. }
  49. ],
  50. "subPackages": [{
  51. "root": "pages/home",
  52. "pages": [{
  53. "path": "scancode/index",
  54. "style": {
  55. "navigationBarTitleText": "扫码入库",
  56. "navigationBarBackgroundColor": "#0095FF",
  57. "navigationBarTextStyle": "white",
  58. "app-plus": {
  59. "titleNView": false
  60. }
  61. }
  62. },
  63. // 扫码入库确认
  64. {
  65. "path": "Scan-code-in/index",
  66. "style": {
  67. "navigationBarTitleText": "扫码入库确认"
  68. }
  69. },
  70. // 扫码出库确认
  71. {
  72. "path": "Scan-code-out/index",
  73. "style": {
  74. "navigationBarTitleText": "扫码出库确认"
  75. }
  76. },
  77. {
  78. "path": "shopping/shopping_car",
  79. "style": {
  80. "navigationStyle": "custom", // 隐藏系统导航栏
  81. "navigationBarTextStyle": "white"
  82. }
  83. }, {
  84. "path": "shopping/integral_mall",
  85. "style": {
  86. "navigationBarTitleText": "积分商城"
  87. }
  88. }, {
  89. "path": "shopping/inline_shop",
  90. "style": {
  91. "navigationStyle": "custom", // 隐藏系统导航栏
  92. "navigationBarTextStyle": "white"
  93. }
  94. }, {
  95. "path": "shopping/inline_shop_details",
  96. "style": {
  97. "navigationBarTitleText": "商品详情"
  98. }
  99. }
  100. ,{
  101. "path" : "my-stock/my-stock",
  102. "style" : {
  103. "navigationBarTitleText": "我的库存"
  104. }
  105. }
  106. ]
  107. }, {
  108. "root": "pages/msg",
  109. "pages": [{
  110. "path": "System-message/index",
  111. "style": {
  112. "navigationBarTitleText": "系统消息"
  113. }
  114. },
  115. // 订单详情页面
  116. {
  117. "path": "Order-details/index",
  118. "style": {
  119. "navigationBarTitleText": "订单详情"
  120. }
  121. }
  122. ]
  123. }, {
  124. "root": "pages/me",
  125. "pages": [
  126. //我的供应商
  127. {
  128. "path": "suppliers",
  129. "style": {
  130. "navigationBarTitleText": "我的供应商",
  131. "navigationBarBackgroundColor": "#1692F7"
  132. }
  133. },
  134. //优惠卷
  135. {
  136. "path": "coupon",
  137. "style": {
  138. "navigationBarTitleText": "我的优惠卷"
  139. }
  140. },
  141. //新建收货地址
  142. {
  143. "path": "modify",
  144. "style": {
  145. "navigationBarTitleText": "新建收货地址"
  146. }
  147. },
  148. //收货地址
  149. {
  150. "path": "address",
  151. "style": {
  152. "navigationBarTitleText": "收货地址",
  153. "app-plus": {
  154. "titleNView": {
  155. "buttons": [{
  156. "text": "编辑",
  157. "fontSize": "18px",
  158. "float": "right"
  159. }]
  160. }
  161. }
  162. }
  163. },
  164. //查询结果
  165. {
  166. "path": "scancodequery/scan",
  167. "style": {
  168. "navigationBarTitleText": "胎号查询"
  169. }
  170. },
  171. //查询结果
  172. {
  173. "path": "scancodequery/result",
  174. "style": {
  175. "navigationBarTitleText": "查询结果"
  176. }
  177. },
  178. //入库明细
  179. {
  180. "path": "Warehousing-details/index",
  181. "style": {
  182. "navigationBarTitleText": "入库明细"
  183. }
  184. },
  185. // 出库明细
  186. {
  187. "path": "Delivery-details/index",
  188. "style": {
  189. "navigationBarTitleText": "出库明细"
  190. }
  191. },
  192. // 奖励明细
  193. {
  194. "path": "Reward-details/index",
  195. "style": {
  196. "navigationBarTitleText": "奖励明细"
  197. }
  198. },
  199. // 结算中心页面
  200. {
  201. "path": "Settlement-center/index",
  202. "style": {
  203. "navigationBarTitleText": "结算中心"
  204. }
  205. },
  206. // 统计任务页面
  207. {
  208. "path": "Statistical-task/index",
  209. "style": {
  210. "navigationBarTitleText": "任务统计"
  211. }
  212. },
  213. // 核销管理页面
  214. {
  215. "path": "Write-off-management/index",
  216. "style": {
  217. "navigationBarTitleText": "核销管理"
  218. }
  219. }
  220. ,{
  221. "path" : "my-order/my-order",
  222. "style" : {
  223. "navigationBarTitleText": "我的订单"
  224. }
  225. }
  226. ,{
  227. "path" : "agent-stock/agent-stock",
  228. "style" : {
  229. "navigationBarTitleText": "经销商库存"
  230. }
  231. }
  232. ,{
  233. "path" : "setting/setting",
  234. "style" : {
  235. "navigationBarTitleText": "设置"
  236. }
  237. }
  238. ]
  239. }, {
  240. "root": "pages/login",
  241. "pages": [{
  242. "path": "register",
  243. "style": {
  244. "navigationBarTitleText": "零售店注销"
  245. }
  246. }, {
  247. "path": "register_2",
  248. "style": {
  249. "navigationBarTitleText": "零售店注销"
  250. }
  251. }, {
  252. "path": "register_3",
  253. "style": {
  254. "navigationBarTitleText": "零售店注销"
  255. }
  256. }]
  257. }],
  258. "preloadRule": {},
  259. "globalStyle": {
  260. "navigationBarBackgroundColor": "#0095FF",
  261. "navigationBarTextStyle": "white",
  262. "app-plus": {
  263. "bounce": "none" ,//关闭窗口回弹效果
  264. "scrollIndicator": "none"//app页面不显示滚动条
  265. }
  266. },
  267. "tabBar": {
  268. "list": [{
  269. "pagePath": "pages/home/index"
  270. },
  271. {
  272. "pagePath": "pages/msg/index"
  273. },
  274. {
  275. "pagePath": "pages/me/index"
  276. }
  277. ]
  278. }
  279. }