pages.json 9.4 KB

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