pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh":true,
  8. "navigationStyle":"custom"
  9. }
  10. },{
  11. "path": "pages/authorization/authorization",
  12. "style": {
  13. "navigationBarTitleText": "微信授权",
  14. "navigationStyle":"custom"
  15. }
  16. },{
  17. "path" : "pages/tabBar/category/category",
  18. "style" : {
  19. "navigationBarTitleText": "分类",
  20. "app-plus": {
  21. "bounce": "none"
  22. }
  23. }
  24. },{
  25. "path": "pages/search/search",
  26. "style": {
  27. "navigationBarTitleText": "搜索"
  28. }
  29. },{
  30. "path": "pages/tabBar/cart/cart",
  31. "style": {
  32. "navigationBarTitleText": "购物车",
  33. "enablePullDownRefresh":true
  34. }
  35. },{
  36. "path": "pages/tabBar/user/user",
  37. "style": {
  38. "navigationBarTitleText": "我的",
  39. "enablePullDownRefresh" : true,
  40. "navigationStyle":"custom"
  41. }
  42. },{
  43. "path": "pages/user/account/account",
  44. "style": {
  45. "navigationBarTitleText": "账户余额明细",
  46. "enablePullDownRefresh" : true
  47. }
  48. },{
  49. "path": "pages/user/address/addressManage",
  50. "style": {
  51. "navigationBarTitleText": "添加新地址"
  52. }
  53. },{
  54. "path": "pages/user/address/address",
  55. "style": {
  56. "navigationBarTitleText": "地址列表"
  57. }
  58. },{
  59. "path": "pages/user/about/about",
  60. "style": {
  61. "navigationBarTitleText": "关于我们"
  62. }
  63. },{
  64. "path": "pages/goods/goods",
  65. "style": {
  66. "navigationBarTitleText": "商品列表"
  67. }
  68. },{
  69. "path": "pages/goods/product",
  70. "style": {
  71. "navigationBarTitleText": "商品详情",
  72. "navigationStyle":"custom"
  73. }
  74. },{
  75. "path": "pages/goods/secondProduct",
  76. "style": {
  77. "navigationBarTitleText": "商品详情",
  78. "navigationStyle":"custom"
  79. }
  80. },{
  81. "path": "pages/goods/supplier",
  82. "style": {
  83. "navigationBarTitleText": "供应商信息"
  84. }
  85. },{
  86. "path": "pages/goods/cart",
  87. "style": {
  88. "navigationBarTitleText": "购物车",
  89. "enablePullDownRefresh":true,
  90. "navigationStyle":"custom"
  91. }
  92. },{
  93. "path": "pages/service/aftersale",
  94. "style": {
  95. "navigationBarTitleText": "售后无忧"
  96. }
  97. },{
  98. "path": "pages/service/shoppingnotice",
  99. "style": {
  100. "navigationBarTitleText": "购物须知"
  101. }
  102. },{
  103. "path": "pages/service/member",
  104. "style": {
  105. "navigationBarTitleText": "正品联盟"
  106. }
  107. },{
  108. "path": "pages/service/organagree",
  109. "style": {
  110. "navigationBarTitleText": "机构协议"
  111. }
  112. },{
  113. "path": "pages/service/useragree",
  114. "style": {
  115. "navigationBarTitleText": "用户协议"
  116. }
  117. },{
  118. "path": "pages/service/privacyagree",
  119. "style": {
  120. "navigationBarTitleText": "隐私权政策"
  121. }
  122. },{
  123. "path" : "pages/user/invoice/invoice",
  124. "style" : {
  125. "navigationBarTitleText": "发票信息"
  126. }
  127. },{
  128. "path" : "pages/user/regularPurchase/regularPurchase",
  129. "style" : {
  130. "navigationBarTitleText": "再次购买"
  131. }
  132. },{
  133. "path": "pages/user/order/create-order",
  134. "style": {
  135. "navigationBarTitleText": "确认订单"
  136. }
  137. },{
  138. "path": "pages/user/order/success",
  139. "style": {
  140. "navigationBarTitleText": "收银台",
  141. "navigationStyle":"custom"
  142. }
  143. },{
  144. "path": "pages/user/order/order-payment",
  145. "style": {
  146. "navigationBarTitleText": "选择支付方式",
  147. "navigationStyle":"custom"
  148. }
  149. },{
  150. "path": "pages/user/order/order-cashier",
  151. "style": {
  152. "navigationBarTitleText": "支付结果",
  153. "navigationStyle":"custom"
  154. }
  155. },{
  156. "path": "pages/user/order/order-pay",
  157. "style": {
  158. "navigationBarTitleText": "收银台",
  159. "navigationStyle":"custom"
  160. }
  161. },{
  162. "path": "pages/user/order/orderShareLogin",
  163. "style": {
  164. "navigationBarTitleText": "输入分享码"
  165. }
  166. },{
  167. "path": "pages/user/order/order-sharelogin",
  168. "style": {
  169. "navigationBarTitleText": "查看订单"
  170. }
  171. },{
  172. "path": "pages/user/order/myOrder",
  173. "style": {
  174. "navigationBarTitleText": "我的订单",
  175. // "enablePullDownRefresh": true,
  176. "onReachBottomDistance": 50,
  177. "navigationStyle":"custom"
  178. }
  179. },{
  180. "path": "pages/user/order/order-list",
  181. "style": {
  182. "navigationBarTitleText": "我的订单",
  183. // "enablePullDownRefresh": true,
  184. // "onReachBottomDistance": 50,
  185. "navigationStyle":"custom"
  186. }
  187. },{
  188. "path": "pages/user/order/order-details",
  189. "style": {
  190. "navigationBarTitleText": "订单详情",
  191. "navigationStyle":"custom"
  192. }
  193. },{
  194. "path": "pages/user/order/order-sharedetails",
  195. "style": {
  196. "navigationBarTitleText": "订单详情"
  197. }
  198. },{
  199. "path": "pages/user/order/order-logistics",
  200. "style": {
  201. "navigationBarTitleText": "物流信息"
  202. }
  203. },{
  204. "path": "pages/search/search-order",
  205. "style": {
  206. "navigationBarTitleText": "搜索"
  207. }
  208. },{
  209. "path": "pages/login/register",
  210. "style": {
  211. "navigationBarTitleText": "注册",
  212. "navigationStyle":"custom"
  213. }
  214. },{
  215. "path": "pages/login/consult",
  216. "style": {
  217. "navigationBarTitleText": "入驻咨询"
  218. }
  219. },{
  220. "path": "pages/login/apply",
  221. "style": {
  222. "navigationBarTitleText": "升级会员机构",
  223. "navigationStyle":"custom"
  224. }
  225. },{
  226. "path": "pages/login/logincode",
  227. "style": {
  228. "navigationBarTitleText": "邀请码登录"
  229. }
  230. },{
  231. "path": "pages/login/login",
  232. "style": {
  233. "navigationBarTitleText": "登录"
  234. }
  235. },{
  236. "path": "pages/login/bindemail",
  237. "style": {
  238. "navigationBarTitleText": "绑定邮箱"
  239. }
  240. },{
  241. "path": "pages/login/bindwechat",
  242. "style": {
  243. "navigationBarTitleText": "绑定微信"
  244. }
  245. },{
  246. "path": "pages/login/bindOperator",
  247. "style": {
  248. "navigationBarTitleText": "绑定运营人员"
  249. }
  250. },{
  251. "path": "pages/login/information",
  252. "style": {
  253. "navigationBarTitleText": "修改资料",
  254. "navigationStyle":"custom"
  255. }
  256. },{
  257. "path": "pages/login/password",
  258. "style": {
  259. "navigationBarTitleText": "修改密码"
  260. }
  261. },{
  262. "path": "pages/user/operator/list",
  263. "style": {
  264. "navigationBarTitleText": "运营人员管理"
  265. }
  266. },{
  267. "path": "pages/user/operator/addoperator",
  268. "style": {
  269. "navigationBarTitleText": "添加运营人员"
  270. }
  271. },{
  272. "path": "pages/user/setting/setting",
  273. "style": {
  274. "navigationBarTitleText": "账户设置"
  275. }
  276. },{
  277. "path": "pages/user/setting/phone",
  278. "style": {
  279. "navigationBarTitleText": "更换手机号"
  280. }
  281. },{
  282. "path": "pages/user/setting/password",
  283. "style": {
  284. "navigationBarTitleText": "修改密码"
  285. }
  286. }
  287. ],
  288. "subPackages": [
  289. {
  290. "root": "seller",
  291. "pages": [
  292. {
  293. "path": "pages/index/index",
  294. "style": {
  295. "navigationBarTitleText": "采美采购商城",
  296. "enablePullDownRefresh":true,
  297. "navigationStyle":"custom"
  298. }
  299. },
  300. {
  301. "path": "pages/login/login",
  302. "style": {
  303. "navigationBarTitleText": "登录",
  304. "navigationStyle":"custom"
  305. }
  306. },
  307. {
  308. "path": "pages/cart/cart",
  309. "style": {
  310. "navigationBarTitleText": "购物车"
  311. }
  312. },
  313. {
  314. "path": "pages/cart/buyagain",
  315. "style": {
  316. "navigationBarTitleText": "再次购买"
  317. }
  318. },
  319. {
  320. "path": "pages/cart/immediately",
  321. "style": {
  322. "navigationBarTitleText": "立即下单"
  323. }
  324. },{
  325. "path": "pages/cart/second",
  326. "style": {
  327. "navigationBarTitleText": "二手下单"
  328. }
  329. },
  330. {
  331. "path": "pages/order/create-order",
  332. "style": {
  333. "navigationBarTitleText": "确认订单"
  334. }
  335. },
  336. {
  337. "path": "pages/order/order-details",
  338. "style": {
  339. "navigationBarTitleText": "订单详情",
  340. "navigationStyle":"custom"
  341. }
  342. },
  343. {
  344. "path": "pages/order/order-list",
  345. "style": {
  346. "navigationBarTitleText": "订单列表",
  347. "navigationStyle":"custom"
  348. }
  349. },
  350. {
  351. "path": "pages/order/order-sharedetails",
  352. "style": {
  353. "navigationBarTitleText": "订单详情",
  354. "navigationStyle":"custom"
  355. }
  356. },
  357. {
  358. "path": "pages/club/list",
  359. "style": {
  360. "navigationBarTitleText": "机构列表"
  361. }
  362. },
  363. {
  364. "path": "pages/club/club-list",
  365. "style": {
  366. "navigationBarTitleText": "我的机构"
  367. }
  368. },
  369. {
  370. "path": "pages/club/allClub-list",
  371. "style": {
  372. "navigationBarTitleText": "所有机构"
  373. }
  374. },
  375. {
  376. "path": "pages/club/addoperator",
  377. "style": {
  378. "navigationBarTitleText": "邀请运营人员"
  379. }
  380. },
  381. {
  382. "path": "pages/login/register",
  383. "style": {
  384. "navigationBarTitleText": "拉机构上线",
  385. "navigationStyle":"custom"
  386. }
  387. },
  388. {
  389. "path": "pages/login/information",
  390. "style": {
  391. "navigationBarTitleText": "修改资料",
  392. "navigationStyle":"custom"
  393. }
  394. },
  395. {
  396. "path": "pages/login/apply",
  397. "style": {
  398. "navigationBarTitleText": "修改申请信息",
  399. "navigationStyle":"custom"
  400. }
  401. },
  402. {
  403. "path": "pages/order/order-history",
  404. "style": {
  405. "navigationBarTitleText": "订单列表"
  406. }
  407. },
  408. {
  409. "path": "pages/order/order-historylist",
  410. "style": {
  411. "navigationBarTitleText": "订单列表"
  412. }
  413. },
  414. {
  415. "path": "pages/search/search",
  416. "style": {
  417. "navigationBarTitleText": "商品搜索"
  418. }
  419. },
  420. {
  421. "path": "pages/search/search-order",
  422. "style": {
  423. "navigationBarTitleText": "订单搜索"
  424. }
  425. },
  426. {
  427. "path": "pages/address/address",
  428. "style": {
  429. "navigationBarTitleText": "选择地址"
  430. }
  431. },
  432. {
  433. "path": "pages/address/addressManage",
  434. "style": {
  435. "navigationBarTitleText": "添加地址"
  436. }
  437. }
  438. ]
  439. },
  440. {
  441. "root": "h5",
  442. "pages": [
  443. {
  444. "path": "pages/activity/activity",
  445. "style": {
  446. "navigationBarTitleText": "活动名称"
  447. }
  448. },
  449. {
  450. "path": "pages/activity/activity_mid",
  451. "style": {
  452. "navigationBarTitleText": "年中大促",
  453. "enablePullDownRefresh":true
  454. }
  455. }
  456. ]
  457. },
  458. {
  459. "root": "supplier",
  460. "pages": [
  461. {
  462. "path": "pages/login/bind-operator",
  463. "style": {
  464. "navigationBarTitleText": "绑定微信"
  465. }
  466. },{
  467. "path": "pages/login/share-login",
  468. "style": {
  469. "navigationBarTitleText": "查看订单"
  470. }
  471. },{
  472. "path": "pages/login/share-info",
  473. "style": {
  474. "navigationBarTitleText": "订单详情",
  475. "navigationStyle":"custom"
  476. }
  477. },{
  478. "path": "pages/order/order-details",
  479. "style": {
  480. "navigationBarTitleText": "订单详情",
  481. "enablePullDownRefresh":true,
  482. "navigationStyle":"custom"
  483. }
  484. },{
  485. "path": "pages/order/order-service-details",
  486. "style": {
  487. "navigationBarTitleText": "订单详情",
  488. "navigationStyle":"custom",
  489. "enablePullDownRefresh":true
  490. }
  491. },{
  492. "path": "pages/deliver/add-logistics",
  493. "style": {
  494. "navigationBarTitleText": "录入物流信息"
  495. }
  496. },{
  497. "path": "pages/deliver/deliver-goods",
  498. "style": {
  499. "navigationBarTitleText": "发货",
  500. "enablePullDownRefresh":true
  501. }
  502. },{
  503. "path": "pages/deliver/deliver-record",
  504. "style": {
  505. "navigationBarTitleText": "发货记录",
  506. "enablePullDownRefresh":true,
  507. "navigationStyle":"custom"
  508. }
  509. },{
  510. "path": "pages/deliver/logistics-list",
  511. "style": {
  512. "navigationBarTitleText": "物流公司"
  513. }
  514. }
  515. ]
  516. }
  517. ],
  518. "tabBar": {
  519. "height":"80",
  520. "color": "#999999",
  521. "selectedColor": "#E15616",
  522. "borderStyle": "black",
  523. "backgroundColor": "#ffffff",
  524. "list": [{
  525. "pagePath": "pages/tabBar/home/home",
  526. "iconPath": "static/icon-home@3x.png",
  527. "selectedIconPath": "static/icon-home-active@3x.png",
  528. "text": "商城"
  529. },{
  530. "pagePath": "pages/tabBar/category/category",
  531. "iconPath": "static/icon-sort@3x.png",
  532. "selectedIconPath": "static/icon-sort-active@3x.png",
  533. "text": "分类"
  534. },
  535. {
  536. "pagePath": "pages/tabBar/cart/cart",
  537. "iconPath": "static/icon-cart@3x.png",
  538. "selectedIconPath": "static/icon-cart-active@3x.png",
  539. "text": "购物车"
  540. },
  541. {
  542. "pagePath": "pages/tabBar/user/user",
  543. "iconPath": "static/icon-user@3x.png",
  544. "selectedIconPath": "static/icon-user-active@3x.png",
  545. "text": "我的"
  546. }
  547. ]
  548. },
  549. "globalStyle": {
  550. "navigationBarTextStyle": "black",
  551. "navigationBarTitleText": "采美采购商城",
  552. "navigationBarBackgroundColor": "#FFFFFF",
  553. "backgroundColor": "#FFFFFF"
  554. },
  555. "condition" : { //模式配置,仅开发期间生效
  556. "current": 0, //当前激活的模式(list 的索引项)
  557. "list": [
  558. {
  559. "name": "", //模式名称
  560. "path": "", //启动页面,必选
  561. "query": "" //启动参数,在页面的onLoad函数里面得到
  562. }
  563. ]
  564. }
  565. }