pages.json 13 KB

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