pages.json 13 KB

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