pages.json 7.7 KB

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