pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/index",
  5. "style": {
  6. "navigationBarTitleText": "联合丽格集采商城",
  7. "enablePullDownRefresh": true,
  8. "backgroundTextStyle": "light"
  9. }
  10. }, {
  11. "path": "pages/tabBar/notice/index",
  12. "style": {
  13. "navigationBarTitleText": "消息通知",
  14. "navigationStyle": "custom"
  15. }
  16. }, {
  17. "path": "pages/tabBar/category/index",
  18. "style": {
  19. "navigationBarTitleText": "分类",
  20. "navigationStyle": "custom"
  21. }
  22. }, {
  23. "path": "pages/tabBar/cart/index",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "enablePullDownRefresh": true
  27. }
  28. }, {
  29. "path": "pages/tabBar/user/user",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "enablePullDownRefresh": true,
  33. "navigationStyle": "custom"
  34. }
  35. }
  36. ],
  37. "subPackages": [{
  38. "root": "pages/goods/", //商品模块
  39. "pages": [{
  40. "path": "good-floor",
  41. "style": {
  42. "navigationBarTitleText": "商品列表",
  43. "enablePullDownRefresh": true
  44. }
  45. },
  46. {
  47. "path": "product",
  48. "style": {
  49. "navigationBarTitleText": "商品详情",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "cart",
  55. "style": {
  56. "navigationBarTitleText": "购物车",
  57. "enablePullDownRefresh": true,
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "procurement",
  63. "style": {
  64. "navigationBarTitleText": "采集需求",
  65. "enablePullDownRefresh": true
  66. }
  67. },{
  68. "path" : "procurement_info",
  69. "style" : {
  70. "navigationBarTitleText": "需求详情",
  71. "enablePullDownRefresh": false
  72. }
  73. }, {
  74. "path" : "procurementAdd",
  75. "style" : {
  76. "navigationBarTitleText": "发布需求",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "root": "pages/login/", //注册登录模块
  84. "pages": [{
  85. "path": "register",
  86. "style": {
  87. "navigationBarTitleText": "机构注册",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "apply",
  93. "style": {
  94. "navigationBarTitleText": "升级资质机构",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "login",
  100. "style": {
  101. "navigationBarTitleText": "登录"
  102. }
  103. },
  104. {
  105. "path": "bindwechat",
  106. "style": {
  107. "navigationBarTitleText": "绑定微信"
  108. }
  109. },
  110. {
  111. "path": "bindOperator",
  112. "style": {
  113. "navigationBarTitleText": "绑定运营人员"
  114. }
  115. },
  116. {
  117. "path": "information",
  118. "style": {
  119. "navigationBarTitleText": "修改资料",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "password",
  125. "style": {
  126. "navigationBarTitleText": "修改密码"
  127. }
  128. }
  129. ]
  130. },
  131. {
  132. "root": "pages/user/", //机构个人中心模块
  133. "pages": [{
  134. "path": "address/addressManage",
  135. "style": {
  136. "navigationBarTitleText": "添加新地址"
  137. }
  138. },
  139. {
  140. "path": "address/address",
  141. "style": {
  142. "navigationBarTitleText": "地址列表"
  143. }
  144. },
  145. {
  146. "path": "order/create-order",
  147. "style": {
  148. "navigationBarTitleText": "确认订单"
  149. }
  150. },
  151. {
  152. "path": "order/success",
  153. "style": {
  154. "navigationBarTitleText": "支付结果",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "order/order-pay-list",
  160. "style": {
  161. "navigationBarTitleText": "支付订单"
  162. }
  163. },
  164. {
  165. "path": "order/order-payhlb",
  166. "style": {
  167. "navigationBarTitleText": "收银台",
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "order/orderShareLogin",
  173. "style": {
  174. "navigationBarTitleText": "输入分享码"
  175. }
  176. },
  177. {
  178. "path": "order/order-sharelogin",
  179. "style": {
  180. "navigationBarTitleText": "查看订单"
  181. }
  182. },
  183. {
  184. "path": "order/order-list",
  185. "style": {
  186. "navigationBarTitleText": "我的订单",
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "order/order-details",
  192. "style": {
  193. "navigationBarTitleText": "订单详情",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "order/order-sharedetails",
  199. "style": {
  200. "navigationBarTitleText": "订单详情"
  201. }
  202. },
  203. {
  204. "path": "order/order-logistics",
  205. "style": {
  206. "navigationBarTitleText": "物流信息"
  207. }
  208. },
  209. {
  210. "path": "setting/setting",
  211. "style": {
  212. "navigationBarTitleText": "账户设置"
  213. }
  214. },
  215. {
  216. "path": "setting/phone",
  217. "style": {
  218. "navigationBarTitleText": "更换手机号"
  219. }
  220. },
  221. {
  222. "path": "collection/collection",
  223. "style": {
  224. "navigationBarTitleText": "收藏商品",
  225. "enablePullDownRefresh": true
  226. }
  227. },
  228. {
  229. "path": "pay/card-list",
  230. "style": {
  231. "navigationBarTitleText": "银行卡"
  232. }
  233. },
  234. {
  235. "path": "pay/card-sus-list",
  236. "style": {
  237. "navigationBarTitleText": "支持银行"
  238. }
  239. },
  240. {
  241. "path": "pay/card-add",
  242. "style": {
  243. "navigationBarTitleText": "添加银行卡"
  244. }
  245. },
  246. {
  247. "path": "pay/card-comfirm",
  248. "style": {
  249. "navigationBarTitleText": "确认信息"
  250. }
  251. },
  252. {
  253. "path": "pay/card-comfirm-sub",
  254. "style": {
  255. "navigationBarTitleText": "输入短信验证码"
  256. }
  257. },
  258. {
  259. "path": "pay/card-order",
  260. "style": {
  261. "navigationBarTitleText": "收银台",
  262. "navigationStyle": "custom"
  263. }
  264. },
  265. {
  266. "path": "pay/card-under",
  267. "style": {
  268. "navigationBarTitleText": "线下转账"
  269. }
  270. },
  271. {
  272. "path": "pay/success",
  273. "style": {
  274. "navigationBarTitleText": "支付结果",
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "pay/success-tips",
  280. "style": {
  281. "navigationBarTitleText": "支付结果",
  282. "navigationStyle": "custom"
  283. }
  284. }
  285. ]
  286. },
  287. {
  288. "root": "pages/notice/", //搜索分包模块
  289. "pages": [{
  290. "path": "club/notice-order",
  291. "style": {
  292. "navigationBarTitleText": "交易物流",
  293. "enablePullDownRefresh": true
  294. }
  295. },
  296. {
  297. "path": "club/notice-users",
  298. "style": {
  299. "navigationBarTitleText": "账户通知",
  300. "enablePullDownRefresh": true
  301. }
  302. },
  303. {
  304. "path": "club/notice-serve",
  305. "style": {
  306. "navigationBarTitleText": "服务通知",
  307. "enablePullDownRefresh": true
  308. }
  309. },
  310. {
  311. "path": "club/notice-coupon",
  312. "style": {
  313. "navigationBarTitleText": "优惠促销",
  314. "enablePullDownRefresh": true
  315. }
  316. }
  317. ]
  318. },
  319. {
  320. "root": "pages/h5/", //活动分包模块
  321. "pages": [{
  322. "path": "article/page",
  323. "style": {
  324. "navigationBarTitleText": "采美采购平台",
  325. "enablePullDownRefresh": true
  326. }
  327. },
  328. {
  329. "path": "article/path",
  330. "style": {
  331. "navigationBarTitleText": "采美采购平台",
  332. "enablePullDownRefresh": true
  333. }
  334. },
  335. {
  336. "path": "article/page-image",
  337. "style": {
  338. "navigationBarTitleText": "采美采购平台"
  339. }
  340. },
  341. {
  342. "path": "article/path-live",
  343. "style": {
  344. "navigationBarTitleText": "采美采购平台",
  345. "enablePullDownRefresh": true
  346. }
  347. },
  348. {
  349. "path": "other/repair",
  350. "style": {
  351. "navigationBarTitleText": "维修"
  352. }
  353. },
  354. {
  355. "path": "other/brand",
  356. "style": {
  357. "navigationBarTitleText": "品牌招商"
  358. }
  359. },
  360. {
  361. "path": "other/brands",
  362. "style": {
  363. "navigationBarTitleText": "品牌招商"
  364. }
  365. },
  366. {
  367. "path": "other/attestation",
  368. "style": {
  369. "navigationBarTitleText": "采美认证通"
  370. }
  371. }
  372. ]
  373. }, {
  374. "root": "pages/search/", //搜索分包模块
  375. "pages": [{
  376. "path": "search",
  377. "style": {
  378. "navigationBarTitleText": "搜索"
  379. }
  380. }, {
  381. "path": "search-order",
  382. "style": {
  383. "navigationBarTitleText": "订单搜索"
  384. }
  385. }, {
  386. "path": "search-library",
  387. "style": {
  388. "navigationBarTitleText": "搜索",
  389. "enablePullDownRefresh": false
  390. }
  391. }]
  392. }
  393. ],
  394. "tabBar": {
  395. "height": "80",
  396. "color": "#999999",
  397. "selectedColor": "#f3b574",
  398. "borderStyle": "black",
  399. "backgroundColor": "#ffffff",
  400. "list": [{
  401. "pagePath": "pages/tabBar/home/index",
  402. "iconPath": "static/icon-home@3x.png",
  403. "selectedIconPath": "static/icon-home-active@3x.png",
  404. "text": "商城"
  405. },
  406. {
  407. "pagePath": "pages/tabBar/cart/index",
  408. "iconPath": "static/icon-cart@3x.png",
  409. "selectedIconPath": "static/icon-cart-active@3x.png",
  410. "text": "购物车"
  411. },
  412. {
  413. "pagePath": "pages/tabBar/user/user",
  414. "iconPath": "static/icon-user@3x.png",
  415. "selectedIconPath": "static/icon-user-active@3x.png",
  416. "text": "我的"
  417. }
  418. ]
  419. },
  420. "easycom": {
  421. "autoscan": true,
  422. "custom": {
  423. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  424. }
  425. },
  426. "globalStyle": {
  427. "navigationBarTextStyle": "black",
  428. "navigationBarTitleText": "联合丽格集采商城",
  429. "navigationBarBackgroundColor": "#FFFFFF",
  430. "backgroundColor": "#FFFFFF"
  431. },
  432. "condition": { //模式配置,仅开发期间生效
  433. "current": 0, //当前激活的模式(list 的索引项)
  434. "list": [{
  435. "name": "", //模式名称
  436. "path": "", //启动页面,必选
  437. "query": "" //启动参数,在页面的onLoad函数里面得到
  438. }]
  439. }
  440. }