pages.json 12 KB

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