pages.json 5.7 KB

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