pages.json 13 KB

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