pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  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/myOrder",
  168. "style": {
  169. "navigationBarTitleText": "我的订单",
  170. // "enablePullDownRefresh": true,
  171. "onReachBottomDistance": 50,
  172. "navigationStyle":"custom"
  173. }
  174. },{
  175. "path": "pages/user/order/order-list",
  176. "style": {
  177. "navigationBarTitleText": "我的订单",
  178. // "enablePullDownRefresh": true,
  179. // "onReachBottomDistance": 50,
  180. "navigationStyle":"custom"
  181. }
  182. },{
  183. "path": "pages/user/order/order-details",
  184. "style": {
  185. "navigationBarTitleText": "订单详情",
  186. "navigationStyle":"custom"
  187. }
  188. },{
  189. "path": "pages/user/order/order-sharedetails",
  190. "style": {
  191. "navigationBarTitleText": "订单详情"
  192. }
  193. },{
  194. "path": "pages/user/order/order-logistics",
  195. "style": {
  196. "navigationBarTitleText": "物流信息"
  197. }
  198. },{
  199. "path": "pages/search/search-order",
  200. "style": {
  201. "navigationBarTitleText": "搜索"
  202. }
  203. },{
  204. "path": "pages/login/register",
  205. "style": {
  206. "navigationBarTitleText": "注册",
  207. "navigationStyle":"custom"
  208. }
  209. },{
  210. "path": "pages/login/consult",
  211. "style": {
  212. "navigationBarTitleText": "入驻咨询"
  213. }
  214. },{
  215. "path": "pages/login/apply",
  216. "style": {
  217. "navigationBarTitleText": "升级会员机构",
  218. "navigationStyle":"custom"
  219. }
  220. },{
  221. "path": "pages/login/logincode",
  222. "style": {
  223. "navigationBarTitleText": "邀请码登录"
  224. }
  225. },{
  226. "path": "pages/login/login",
  227. "style": {
  228. "navigationBarTitleText": "登录"
  229. }
  230. },{
  231. "path": "pages/login/bindemail",
  232. "style": {
  233. "navigationBarTitleText": "绑定邮箱"
  234. }
  235. },{
  236. "path": "pages/login/bindwechat",
  237. "style": {
  238. "navigationBarTitleText": "绑定微信"
  239. }
  240. },{
  241. "path": "pages/login/bindOperator",
  242. "style": {
  243. "navigationBarTitleText": "绑定运营人员"
  244. }
  245. },{
  246. "path": "pages/login/information",
  247. "style": {
  248. "navigationBarTitleText": "修改资料",
  249. "navigationStyle":"custom"
  250. }
  251. },{
  252. "path": "pages/login/password",
  253. "style": {
  254. "navigationBarTitleText": "修改密码"
  255. }
  256. },{
  257. "path": "pages/user/operator/list",
  258. "style": {
  259. "navigationBarTitleText": "运营人员管理"
  260. }
  261. },{
  262. "path": "pages/user/operator/addoperator",
  263. "style": {
  264. "navigationBarTitleText": "添加运营人员"
  265. }
  266. },{
  267. "path": "pages/user/setting/setting",
  268. "style": {
  269. "navigationBarTitleText": "账户设置"
  270. }
  271. },{
  272. "path": "pages/user/setting/phone",
  273. "style": {
  274. "navigationBarTitleText": "更换手机号"
  275. }
  276. },{
  277. "path": "pages/user/setting/password",
  278. "style": {
  279. "navigationBarTitleText": "修改密码"
  280. }
  281. }
  282. ],
  283. "subPackages": [
  284. {
  285. "root": "seller",
  286. "pages": [
  287. {
  288. "path": "pages/index/index",
  289. "style": {
  290. "navigationBarTitleText": "采美采购商城",
  291. "enablePullDownRefresh":true,
  292. "navigationStyle":"custom"
  293. }
  294. },
  295. {
  296. "path": "pages/login/login",
  297. "style": {
  298. "navigationBarTitleText": "登录",
  299. "navigationStyle":"custom"
  300. }
  301. },
  302. {
  303. "path": "pages/cart/cart",
  304. "style": {
  305. "navigationBarTitleText": "购物车"
  306. }
  307. },
  308. {
  309. "path": "pages/cart/buyagain",
  310. "style": {
  311. "navigationBarTitleText": "再次购买"
  312. }
  313. },
  314. {
  315. "path": "pages/cart/immediately",
  316. "style": {
  317. "navigationBarTitleText": "立即下单"
  318. }
  319. },{
  320. "path": "pages/cart/second",
  321. "style": {
  322. "navigationBarTitleText": "二手下单"
  323. }
  324. },
  325. {
  326. "path": "pages/order/create-order",
  327. "style": {
  328. "navigationBarTitleText": "确认订单"
  329. }
  330. },
  331. {
  332. "path": "pages/order/order-details",
  333. "style": {
  334. "navigationBarTitleText": "订单详情",
  335. "navigationStyle":"custom"
  336. }
  337. },
  338. {
  339. "path": "pages/order/order-list",
  340. "style": {
  341. "navigationBarTitleText": "订单列表",
  342. "navigationStyle":"custom"
  343. }
  344. },
  345. {
  346. "path": "pages/order/order-sharedetails",
  347. "style": {
  348. "navigationBarTitleText": "订单详情",
  349. "navigationStyle":"custom"
  350. }
  351. },
  352. {
  353. "path": "pages/club/list",
  354. "style": {
  355. "navigationBarTitleText": "机构列表"
  356. }
  357. },
  358. {
  359. "path": "pages/club/club-list",
  360. "style": {
  361. "navigationBarTitleText": "我的机构"
  362. }
  363. },
  364. {
  365. "path": "pages/club/allClub-list",
  366. "style": {
  367. "navigationBarTitleText": "所有机构"
  368. }
  369. },
  370. {
  371. "path": "pages/club/addoperator",
  372. "style": {
  373. "navigationBarTitleText": "邀请运营人员"
  374. }
  375. },
  376. {
  377. "path": "pages/login/register",
  378. "style": {
  379. "navigationBarTitleText": "拉机构上线",
  380. "navigationStyle":"custom"
  381. }
  382. },
  383. {
  384. "path": "pages/login/information",
  385. "style": {
  386. "navigationBarTitleText": "修改资料",
  387. "navigationStyle":"custom"
  388. }
  389. },
  390. {
  391. "path": "pages/login/apply",
  392. "style": {
  393. "navigationBarTitleText": "修改申请信息",
  394. "navigationStyle":"custom"
  395. }
  396. },
  397. {
  398. "path": "pages/order/order-history",
  399. "style": {
  400. "navigationBarTitleText": "订单列表"
  401. }
  402. },
  403. {
  404. "path": "pages/order/order-historylist",
  405. "style": {
  406. "navigationBarTitleText": "订单列表"
  407. }
  408. },
  409. {
  410. "path": "pages/search/search",
  411. "style": {
  412. "navigationBarTitleText": "商品搜索"
  413. }
  414. },
  415. {
  416. "path": "pages/search/search-order",
  417. "style": {
  418. "navigationBarTitleText": "订单搜索"
  419. }
  420. },
  421. {
  422. "path": "pages/address/address",
  423. "style": {
  424. "navigationBarTitleText": "选择地址"
  425. }
  426. },
  427. {
  428. "path": "pages/address/addressManage",
  429. "style": {
  430. "navigationBarTitleText": "添加地址"
  431. }
  432. }
  433. ]
  434. },
  435. {
  436. "root": "h5",
  437. "pages": [
  438. {
  439. "path": "pages/activity/activity",
  440. "style": {
  441. "navigationBarTitleText": "活动名称"
  442. }
  443. },
  444. {
  445. "path": "pages/activity/activity_mid",
  446. "style": {
  447. "navigationBarTitleText": "采美商城年中促销"
  448. }
  449. }
  450. ]
  451. },
  452. {
  453. "root": "supplier",
  454. "pages": [
  455. {
  456. "path": "pages/login/bind-operator",
  457. "style": {
  458. "navigationBarTitleText": "绑定微信"
  459. }
  460. },{
  461. "path": "pages/login/share-login",
  462. "style": {
  463. "navigationBarTitleText": "查看订单"
  464. }
  465. },{
  466. "path": "pages/login/share-info",
  467. "style": {
  468. "navigationBarTitleText": "订单详情",
  469. "navigationStyle":"custom"
  470. }
  471. },{
  472. "path": "pages/order/order-details",
  473. "style": {
  474. "navigationBarTitleText": "订单详情",
  475. "enablePullDownRefresh":true,
  476. "navigationStyle":"custom"
  477. }
  478. },{
  479. "path": "pages/order/order-service-details",
  480. "style": {
  481. "navigationBarTitleText": "订单详情",
  482. "navigationStyle":"custom",
  483. "enablePullDownRefresh":true
  484. }
  485. },{
  486. "path": "pages/deliver/add-logistics",
  487. "style": {
  488. "navigationBarTitleText": "录入物流信息"
  489. }
  490. },{
  491. "path": "pages/deliver/deliver-goods",
  492. "style": {
  493. "navigationBarTitleText": "发货",
  494. "enablePullDownRefresh":true
  495. }
  496. },{
  497. "path": "pages/deliver/deliver-record",
  498. "style": {
  499. "navigationBarTitleText": "发货记录",
  500. "enablePullDownRefresh":true,
  501. "navigationStyle":"custom"
  502. }
  503. },{
  504. "path": "pages/deliver/logistics-list",
  505. "style": {
  506. "navigationBarTitleText": "物流公司"
  507. }
  508. }
  509. ]
  510. }
  511. ],
  512. "tabBar": {
  513. "height":"80",
  514. "color": "#999999",
  515. "selectedColor": "#E15616",
  516. "borderStyle": "black",
  517. "backgroundColor": "#ffffff",
  518. "list": [{
  519. "pagePath": "pages/tabBar/home/home",
  520. "iconPath": "static/icon-home@3x.png",
  521. "selectedIconPath": "static/icon-home-active@3x.png",
  522. "text": "商城"
  523. },{
  524. "pagePath": "pages/tabBar/category/category",
  525. "iconPath": "static/icon-sort@3x.png",
  526. "selectedIconPath": "static/icon-sort-active@3x.png",
  527. "text": "分类"
  528. },
  529. {
  530. "pagePath": "pages/tabBar/cart/cart",
  531. "iconPath": "static/icon-cart@3x.png",
  532. "selectedIconPath": "static/icon-cart-active@3x.png",
  533. "text": "购物车"
  534. },
  535. {
  536. "pagePath": "pages/tabBar/user/user",
  537. "iconPath": "static/icon-user@3x.png",
  538. "selectedIconPath": "static/icon-user-active@3x.png",
  539. "text": "我的"
  540. }
  541. ]
  542. },
  543. "globalStyle": {
  544. "navigationBarTextStyle": "black",
  545. "navigationBarTitleText": "采美采购商城",
  546. "navigationBarBackgroundColor": "#FFFFFF",
  547. "backgroundColor": "#FFFFFF"
  548. },
  549. "condition" : { //模式配置,仅开发期间生效
  550. "current": 0, //当前激活的模式(list 的索引项)
  551. "list": [
  552. {
  553. "name": "", //模式名称
  554. "path": "", //启动页面,必选
  555. "query": "" //启动参数,在页面的onLoad函数里面得到
  556. }
  557. ]
  558. }
  559. }