pages.json 5.5 KB

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