pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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": "login-code",
  118. "style": {
  119. "navigationBarTitleText": "邀请码登录",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "register-unid",
  125. "style": {
  126. "navigationBarTitleText": "修改资料"
  127. }
  128. },
  129. {
  130. "path": "login",
  131. "style": {
  132. "navigationBarTitleText": "登录"
  133. }
  134. },
  135. {
  136. "path": "bindwechat",
  137. "style": {
  138. "navigationBarTitleText": "绑定微信"
  139. }
  140. },
  141. {
  142. "path": "bindOperator",
  143. "style": {
  144. "navigationBarTitleText": "绑定运营人员"
  145. }
  146. },
  147. {
  148. "path": "information",
  149. "style": {
  150. "navigationBarTitleText": "修改资料",
  151. "navigationStyle": "custom"
  152. }
  153. },
  154. {
  155. "path": "password",
  156. "style": {
  157. "navigationBarTitleText": "修改密码"
  158. }
  159. }
  160. ]
  161. },
  162. {
  163. "root": "pages/service/", //注册登录模块
  164. "pages": [
  165. {
  166. "path": "service",
  167. "style": {
  168. "navigationBarTitleText": ""
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "pages/user/", //机构个人中心模块
  175. "pages": [{
  176. "path": "address/addressManage",
  177. "style": {
  178. "navigationBarTitleText": "添加新地址"
  179. }
  180. },
  181. {
  182. "path": "address/address",
  183. "style": {
  184. "navigationBarTitleText": "地址列表"
  185. }
  186. },
  187. {
  188. "path": "operator/list",
  189. "style": {
  190. "navigationBarTitleText": "运营人员管理"
  191. }
  192. },
  193. {
  194. "path": "operator/form",
  195. "style": {
  196. "navigationBarTitleText": "添加运营人员"
  197. }
  198. },
  199. {
  200. "path": "order/create-order",
  201. "style": {
  202. "navigationBarTitleText": "确认订单"
  203. }
  204. },
  205. {
  206. "path": "order/success",
  207. "style": {
  208. "navigationBarTitleText": "支付结果",
  209. "navigationStyle": "custom"
  210. }
  211. },
  212. {
  213. "path": "order/order-pay-list",
  214. "style": {
  215. "navigationBarTitleText": "支付订单"
  216. }
  217. },
  218. {
  219. "path": "order/orderShareLogin",
  220. "style": {
  221. "navigationBarTitleText": "输入分享码"
  222. }
  223. },
  224. {
  225. "path": "order/order-sharelogin",
  226. "style": {
  227. "navigationBarTitleText": "查看订单"
  228. }
  229. },
  230. {
  231. "path": "order/order-confirmed",
  232. "style": {
  233. "navigationBarTitleText": "确认订单"
  234. }
  235. },
  236. {
  237. "path": "order/order-list",
  238. "style": {
  239. "navigationBarTitleText": "我的订单",
  240. "navigationStyle": "custom"
  241. }
  242. },
  243. {
  244. "path": "order/order-details",
  245. "style": {
  246. "navigationBarTitleText": "订单详情",
  247. "enablePullDownRefresh": true,
  248. "navigationStyle": "custom"
  249. }
  250. },
  251. {
  252. "path": "order/order-search",
  253. "style": {
  254. "navigationBarTitleText": "订单搜索"
  255. }
  256. },
  257. {
  258. "path": "order/order-addpay",
  259. "style": {
  260. "navigationBarTitleText": "上传支付凭证"
  261. }
  262. },
  263. {
  264. "path": "order/order-sharedetails",
  265. "style": {
  266. "navigationBarTitleText": "订单详情"
  267. }
  268. },
  269. {
  270. "path": "order/order-logistics",
  271. "style": {
  272. "navigationBarTitleText": "物流信息"
  273. }
  274. },
  275. {
  276. "path": "setting/setting",
  277. "style": {
  278. "navigationBarTitleText": "账户设置"
  279. }
  280. },
  281. {
  282. "path": "setting/phone",
  283. "style": {
  284. "navigationBarTitleText": "更换手机号"
  285. }
  286. },
  287. {
  288. "path": "setting/protocol",
  289. "style": {
  290. "navigationBarTitleText": "用户协议"
  291. }
  292. },
  293. {
  294. "path": "collection/collection",
  295. "style": {
  296. "navigationBarTitleText": "收藏商品",
  297. "enablePullDownRefresh": true
  298. }
  299. },
  300. {
  301. "path": "pay/card-list",
  302. "style": {
  303. "navigationBarTitleText": "银行卡"
  304. }
  305. },
  306. {
  307. "path": "pay/card-sus-list",
  308. "style": {
  309. "navigationBarTitleText": "支持银行"
  310. }
  311. },
  312. {
  313. "path": "pay/card-add",
  314. "style": {
  315. "navigationBarTitleText": "添加银行卡"
  316. }
  317. },
  318. {
  319. "path": "pay/card-comfirm",
  320. "style": {
  321. "navigationBarTitleText": "确认信息"
  322. }
  323. },
  324. {
  325. "path": "pay/card-comfirm-sub",
  326. "style": {
  327. "navigationBarTitleText": "输入短信验证码"
  328. }
  329. },
  330. {
  331. "path": "pay/card-order",
  332. "style": {
  333. "navigationBarTitleText": "收银台",
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "pay/card-under",
  339. "style": {
  340. "navigationBarTitleText": "线下转账"
  341. }
  342. },
  343. {
  344. "path": "pay/success",
  345. "style": {
  346. "navigationBarTitleText": "支付结果",
  347. "navigationStyle": "custom"
  348. }
  349. },
  350. {
  351. "path": "pay/success-tips",
  352. "style": {
  353. "navigationBarTitleText": "支付结果",
  354. "navigationStyle": "custom"
  355. }
  356. }
  357. ]
  358. },
  359. {
  360. "root": "pages/notice/", //搜索分包模块
  361. "pages": [{
  362. "path": "club/notice-order",
  363. "style": {
  364. "navigationBarTitleText": "交易物流",
  365. "enablePullDownRefresh": true
  366. }
  367. },
  368. {
  369. "path": "club/notice-users",
  370. "style": {
  371. "navigationBarTitleText": "账户通知",
  372. "enablePullDownRefresh": true
  373. }
  374. },
  375. {
  376. "path": "club/notice-serve",
  377. "style": {
  378. "navigationBarTitleText": "服务通知",
  379. "enablePullDownRefresh": true
  380. }
  381. },
  382. {
  383. "path": "club/notice-coupon",
  384. "style": {
  385. "navigationBarTitleText": "优惠促销",
  386. "enablePullDownRefresh": true
  387. }
  388. }
  389. ]
  390. },
  391. {
  392. "root": "pages/search/", //搜索分包模块
  393. "pages": [{
  394. "path": "search",
  395. "style": {
  396. "navigationBarTitleText": "搜索"
  397. }
  398. }, {
  399. "path": "search-library",
  400. "style": {
  401. "navigationBarTitleText": "搜索",
  402. "enablePullDownRefresh": false
  403. }
  404. }]
  405. },
  406. {
  407. "root": "pages/seller/", //搜索分包模块
  408. "pages": [
  409. {
  410. "path": "index/index",
  411. "style": {
  412. "navigationBarTitleText": "个人中心",
  413. "navigationStyle": "custom"
  414. }
  415. },
  416. {
  417. "path": "login/login",
  418. "style": {
  419. "navigationBarTitleText": "采购员登录"
  420. }
  421. },
  422. {
  423. "path": "club/club-list",
  424. "style": {
  425. "navigationBarTitleText": "帮机构采购",
  426. "enablePullDownRefresh": false
  427. }
  428. },
  429. {
  430. "path": "goods/list",
  431. "style": {
  432. "navigationBarTitleText": "立即下单",
  433. "enablePullDownRefresh": false
  434. }
  435. },
  436. {
  437. "path": "cart/index",
  438. "style": {
  439. "navigationBarTitleText": "购物车",
  440. "enablePullDownRefresh": false
  441. }
  442. },
  443. {
  444. "path": "order/order-confirm",
  445. "style": {
  446. "navigationBarTitleText": "确认订单",
  447. "enablePullDownRefresh": false
  448. }
  449. },
  450. {
  451. "path": "address/addressManage",
  452. "style": {
  453. "navigationBarTitleText": "添加新地址"
  454. }
  455. },
  456. {
  457. "path": "address/address",
  458. "style": {
  459. "navigationBarTitleText": "地址列表"
  460. }
  461. },
  462. {
  463. "path": "order/order-list",
  464. "style": {
  465. "navigationBarTitleText": "我的订单",
  466. "enablePullDownRefresh": false,
  467. "navigationStyle": "custom"
  468. }
  469. },
  470. {
  471. "path": "order/order-club-list",
  472. "style": {
  473. "navigationBarTitleText": "历史订单",
  474. "enablePullDownRefresh": false
  475. }
  476. },
  477. {
  478. "path": "order/order-search",
  479. "style": {
  480. "navigationBarTitleText": "搜索订单",
  481. "enablePullDownRefresh": false
  482. }
  483. },
  484. {
  485. "path": "order/order-details",
  486. "style": {
  487. "navigationBarTitleText": "订单详情",
  488. "enablePullDownRefresh": false
  489. }
  490. }]
  491. }
  492. ],
  493. "tabBar": {
  494. "height": "80",
  495. "color": "#999999",
  496. "selectedColor": "#f3b574",
  497. "borderStyle": "black",
  498. "backgroundColor": "#ffffff",
  499. "list": [{
  500. "pagePath": "pages/tabBar/home/index",
  501. "iconPath": "static/icon-home@3x.png",
  502. "selectedIconPath": "static/icon-home-active@3x.png",
  503. "text": "商城"
  504. },
  505. {
  506. "pagePath": "pages/tabBar/cart/index",
  507. "iconPath": "static/icon-cart@3x.png",
  508. "selectedIconPath": "static/icon-cart-active@3x.png",
  509. "text": "购物车"
  510. },
  511. {
  512. "pagePath": "pages/tabBar/user/user",
  513. "iconPath": "static/icon-user@3x.png",
  514. "selectedIconPath": "static/icon-user-active@3x.png",
  515. "text": "我的"
  516. }
  517. ]
  518. },
  519. "easycom": {
  520. "autoscan": true,
  521. "custom": {
  522. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  523. }
  524. },
  525. "globalStyle": {
  526. "navigationBarTextStyle": "black",
  527. "navigationBarTitleText": "联合丽格集采商城",
  528. "navigationBarBackgroundColor": "#FFFFFF",
  529. "backgroundColor": "#FFFFFF"
  530. },
  531. "condition": { //模式配置,仅开发期间生效
  532. "current": 0, //当前激活的模式(list 的索引项)
  533. "list": [{
  534. "name": "", //模式名称
  535. "path": "", //启动页面,必选
  536. "query": "" //启动参数,在页面的onLoad函数里面得到
  537. }]
  538. }
  539. }