pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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. "path": "pages/index",
  15. "style": {
  16. "app-plus": {
  17. "titleNView": false
  18. }
  19. }
  20. },
  21. // 首页
  22. {
  23. "path": "pages/home/index",
  24. "style": {
  25. "navigationBarTextStyle": "black",
  26. "app-plus": {
  27. "titleNView": false
  28. },
  29. "enablePullDownRefresh":true
  30. }
  31. },
  32. // 消息
  33. {
  34. "path": "pages/msg/index",
  35. "style": {
  36. "navigationBarTitleText": "消息"
  37. }
  38. },
  39. // 我的
  40. {
  41. "path": "pages/me/index",
  42. "style": {
  43. // "navigationBarTitleText": "我的",
  44. "app-plus": {
  45. "titleNView": false
  46. },
  47. "enablePullDownRefresh":true
  48. }
  49. },
  50. //登录
  51. {
  52. "path": "pages/login/index",
  53. "style": {
  54. "app-plus": {
  55. "titleNView": false
  56. }
  57. }
  58. },
  59. {
  60. "path" : "pages/pdf/index",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "pdf"
  64. }
  65. }
  66. ],
  67. "subPackages": [{
  68. "root": "pages/home",
  69. "pages": [{
  70. "path": "scancode/index",
  71. "style": {
  72. "navigationBarTitleText": "扫码入库",
  73. // "navigationBarBackgroundColor": "#0095FF",
  74. "app-plus": {
  75. "titleNView": {
  76. "type": "float",
  77. "backgroundColor": "rgba(192,192,192,0)",
  78. "buttons": [{
  79. "type": "transparent"
  80. }]
  81. }
  82. }
  83. }
  84. },
  85. //扫码出库
  86. {
  87. "path": "scancode/scancodeout",
  88. "style": {
  89. "navigationBarTitleText": "扫码出库",
  90. // "navigationBarBackgroundColor": "#0095FF",
  91. "app-plus": {
  92. "titleNView": {
  93. "type": "float",
  94. "backgroundColor": "rgba(192,192,192,0)",
  95. "buttons": [{
  96. "type": "transparent"
  97. }]
  98. }
  99. }
  100. }
  101. },
  102. // 扫码入库确认
  103. {
  104. "path": "Scan-code-in/index",
  105. "style": {
  106. "navigationBarTitleText": "扫码入库确认"
  107. }
  108. },
  109. // 扫码出库确认
  110. {
  111. "path": "Scan-code-out/index",
  112. "style": {
  113. "navigationBarTitleText": "扫码出库确认"
  114. }
  115. },
  116. // 积分商城
  117. {
  118. "path": "integral-mall/integral_mall",
  119. "style": {
  120. "navigationBarTitleText": "积分商城"
  121. }
  122. }, {
  123. "path": "integral-mall/integral_mall_car",
  124. "style": {
  125. "navigationStyle": "custom", // 隐藏系统导航栏
  126. "navigationBarTextStyle": "white"
  127. }
  128. }, {
  129. "path": "integral-mall/integral_mall_goods_details",
  130. "style": {
  131. "navigationBarTitleText": "商品详情"
  132. }
  133. }, {
  134. "path": "integral-mall/integral_mall_confirmorder",
  135. "style": {
  136. "navigationBarTitleText": "订单确认"
  137. }
  138. },
  139. // 线上订货
  140. {
  141. "path": "inline-shop/inline_shop",
  142. "style": {
  143. "navigationStyle": "custom", // 隐藏系统导航栏
  144. "navigationBarTextStyle": "white"
  145. }
  146. }, {
  147. "path": "inline-shop/inline_shop_details",
  148. "style": {
  149. "navigationBarTitleText": "商品详情"
  150. }
  151. }, {
  152. "path": "inline-shop/inline_shop_car",
  153. "style": {
  154. "navigationStyle": "custom", // 隐藏系统导航栏
  155. "navigationBarTextStyle": "white"
  156. }
  157. }, {
  158. "path": "my-stock/my-stock",
  159. "style": {
  160. "navigationStyle": "custom", // 隐藏系统导航栏
  161. "navigationBarTextStyle": "white"
  162. }
  163. }, {
  164. "path": "monthly-policy/monthly-policy",
  165. "style": {
  166. "navigationBarTitleText": "月度政策"
  167. }
  168. },
  169. // 统计任务页面
  170. {
  171. "path": "Statistical-task/index",
  172. "style": {
  173. "navigationBarTitleText": "任务统计"
  174. }
  175. },
  176. //查询结果
  177. {
  178. "path": "scancodequery/result",
  179. "style": {
  180. "navigationBarTitleText": "胎号查询"
  181. }
  182. }
  183. ]
  184. }, {
  185. "root": "pages/msg",
  186. "pages": [{
  187. "path": "System-message/index",
  188. "style": {
  189. "navigationBarTitleText": "系统消息"
  190. }
  191. },
  192. // 订单详情页面
  193. {
  194. "path": "Order-details/index",
  195. "style": {
  196. "navigationBarTitleText": "订单详情"
  197. }
  198. }
  199. ]
  200. }, {
  201. "root": "pages/me",
  202. "pages": [
  203. //我的供应商
  204. {
  205. "path": "suppliers",
  206. "style": {
  207. "navigationBarTitleText": "我的供应商",
  208. "navigationBarBackgroundColor": "#058BF9"
  209. }
  210. },
  211. //我的经营品牌
  212. {
  213. "path":"management",
  214. "style":{
  215. "navigationBarTitleText":"我的经营品牌",
  216. "navigationBarBackgroundColor":"#058BF9"
  217. }
  218. },
  219. //优惠卷
  220. {
  221. "path": "coupon",
  222. "style": {
  223. "navigationBarTitleText": "我的优惠卷"
  224. }
  225. },
  226. //新建收货地址
  227. {
  228. "path": "modify",
  229. "style": {
  230. "navigationBarTitleText": "新建收货地址"
  231. }
  232. },
  233. //收货地址
  234. {
  235. "path": "address",
  236. "style": {
  237. "navigationBarTitleText": "收货地址",
  238. "app-plus": {
  239. "titleNView": {
  240. "buttons": [{
  241. "text": "编辑",
  242. "fontSize": "18px",
  243. "float": "right"
  244. }]
  245. }
  246. }
  247. }
  248. },
  249. //入库明细
  250. {
  251. "path": "Warehousing-details/index",
  252. "style": {
  253. "navigationBarTitleText": "入库明细"
  254. }
  255. },
  256. // 出库明细
  257. {
  258. "path": "Delivery-details/index",
  259. "style": {
  260. "navigationBarTitleText": "出库明细"
  261. }
  262. },
  263. // 奖励明细
  264. {
  265. "path": "Reward-details/index",
  266. "style": {
  267. "navigationBarTitleText": "奖励明细"
  268. }
  269. },
  270. // 结算中心页面
  271. {
  272. "path": "Settlement-center/index",
  273. "style": {
  274. "navigationBarTitleText": "结算中心"
  275. }
  276. },
  277. {
  278. "path": "my-order/my-order",
  279. "style": {
  280. "navigationBarTitleText": "我的订单"
  281. }
  282. }, {
  283. "path": "agent-stock/agent-stock",
  284. "style": {
  285. "navigationBarTitleText": "经销商库存"
  286. }
  287. }, {
  288. "path": "setting/setting",
  289. "style": {
  290. "navigationBarTitleText": "设置"
  291. }
  292. },
  293. // 核销管理页面
  294. {
  295. "path": "Write-off-management/index",
  296. "style": {
  297. "navigationBarTitleText": "核销管理"
  298. }
  299. }
  300. ]
  301. }, {
  302. "root": "pages/login",
  303. "pages": [{
  304. "path": "register",
  305. "style": {
  306. "navigationBarTitleText": "零售店注册"
  307. }
  308. }, {
  309. "path": "register_2",
  310. "style": {
  311. "navigationBarTitleText": "零售店注册"
  312. }
  313. }, {
  314. "path": "register_3",
  315. "style": {
  316. "navigationBarTitleText": "零售店注册"
  317. }
  318. }, {
  319. "path": "register_map",
  320. "style": {
  321. "navigationBarTitleText": "地图"
  322. }
  323. }]
  324. }],
  325. "preloadRule": {},
  326. "globalStyle": {
  327. "navigationBarBackgroundColor": "#0095FF",
  328. "navigationBarTextStyle": "white",
  329. "app-plus": {
  330. "bounce": "none", //关闭窗口回弹效果
  331. "scrollIndicator": "none" //app页面不显示滚动条
  332. }
  333. },
  334. "tabBar": {
  335. "color": "#6A6A6A",
  336. "selectedColor": "#0095FF",
  337. "backgroundColor": "#ffffff",
  338. "list": [{
  339. "pagePath": "pages/home/index",
  340. "iconPath": "static/sailun/home.png",
  341. "selectedIconPath": "static/sailun/homefill.png",
  342. "text": "首页"
  343. },
  344. {
  345. "pagePath": "pages/msg/index",
  346. "iconPath": "static/sailun/message.png",
  347. "selectedIconPath": "static/sailun/messagefill.png",
  348. "text": "消息"
  349. },
  350. {
  351. "pagePath": "pages/me/index",
  352. "iconPath": "static/sailun/my.png",
  353. "selectedIconPath": "static/sailun/myfill.png",
  354. "text": "我的"
  355. }
  356. ]
  357. }
  358. }