pages.json 9.7 KB

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