pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^s-(.*)": "@/sheep/components/s-$1/s-$1.vue",
  6. "^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/index/index",
  11. "aliasPath": "/",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "enablePullDownRefresh": true
  15. },
  16. "meta": {
  17. "auth": false,
  18. "sync": true,
  19. "title": "首页",
  20. "group": "商城"
  21. }
  22. },
  23. {
  24. "path": "pages/index/user",
  25. "style": {
  26. "navigationBarTitleText": "个人中心",
  27. "enablePullDownRefresh": true
  28. },
  29. "meta": {
  30. "sync": true,
  31. "title": "个人中心",
  32. "group": "商城"
  33. }
  34. },
  35. {
  36. "path": "pages/index/category",
  37. "style": {
  38. "navigationBarTitleText": "商品分类"
  39. },
  40. "meta": {
  41. "sync": true,
  42. "title": "商品分类",
  43. "group": "商城"
  44. }
  45. },
  46. {
  47. "path": "pages/index/cart",
  48. "style": {
  49. "navigationBarTitleText": "购物车"
  50. },
  51. "meta": {
  52. "sync": true,
  53. "title": "购物车",
  54. "group": "商城"
  55. }
  56. },
  57. {
  58. "path": "pages/index/login",
  59. "style": {
  60. "navigationBarTitleText": "登录"
  61. }
  62. },
  63. {
  64. "path": "pages/index/search",
  65. "style": {
  66. "navigationBarTitleText": "搜索"
  67. },
  68. "meta": {
  69. "sync": true,
  70. "title": "搜索",
  71. "group": "商城"
  72. }
  73. },
  74. {
  75. "path": "pages/index/page",
  76. "style": {
  77. "navigationBarTitleText": ""
  78. },
  79. "meta": {
  80. "auth": false,
  81. "sync": true,
  82. "title": "自定义页面",
  83. "group": "商城"
  84. }
  85. }
  86. ],
  87. "subPackages": [{
  88. "root": "pages/goods",
  89. "pages": [{
  90. "path": "index",
  91. "style": {
  92. "navigationBarTitleText": "商品详情"
  93. },
  94. "meta": {
  95. "sync": true,
  96. "title": "普通商品",
  97. "group": "商品"
  98. }
  99. },
  100. {
  101. "path": "groupon",
  102. "style": {
  103. "navigationBarTitleText": "拼团商品"
  104. },
  105. "meta": {
  106. "sync": true,
  107. "title": "拼团商品",
  108. "group": "商品"
  109. }
  110. },
  111. {
  112. "path": "seckill",
  113. "style": {
  114. "navigationBarTitleText": "秒杀商品"
  115. },
  116. "meta": {
  117. "sync": true,
  118. "title": "秒杀商品",
  119. "group": "商品"
  120. }
  121. },
  122. {
  123. "path": "point",
  124. "style": {
  125. "navigationBarTitleText": "积分商品"
  126. },
  127. "meta": {
  128. "sync": true,
  129. "title": "积分商品",
  130. "group": "商品"
  131. }
  132. },
  133. {
  134. "path": "list",
  135. "style": {
  136. "navigationBarTitleText": "商品列表"
  137. },
  138. "meta": {
  139. "sync": true,
  140. "title": "商品列表",
  141. "group": "商品"
  142. }
  143. },
  144. {
  145. "path": "comment/add",
  146. "style": {
  147. "navigationBarTitleText": "评价商品"
  148. },
  149. "meta": {
  150. "auth": true
  151. }
  152. },
  153. {
  154. "path": "comment/list",
  155. "style": {
  156. "navigationBarTitleText": "商品评价"
  157. }
  158. }
  159. ]
  160. },
  161. {
  162. "root": "pages/order",
  163. "pages": [{
  164. "path": "detail",
  165. "style": {
  166. "navigationBarTitleText": "订单详情"
  167. },
  168. "meta": {
  169. "auth": true,
  170. "title": "订单详情"
  171. }
  172. },
  173. {
  174. "path": "confirm",
  175. "style": {
  176. "navigationBarTitleText": "确认订单"
  177. },
  178. "meta": {
  179. "auth": true,
  180. "title": "确认订单"
  181. }
  182. },
  183. {
  184. "path": "list",
  185. "style": {
  186. "navigationBarTitleText": "我的订单",
  187. "enablePullDownRefresh": true
  188. },
  189. "meta": {
  190. "auth": true,
  191. "sync": true,
  192. "title": "用户订单",
  193. "group": "订单中心"
  194. }
  195. },
  196. {
  197. "path": "aftersale/apply",
  198. "style": {
  199. "navigationBarTitleText": "申请售后"
  200. },
  201. "meta": {
  202. "auth": true,
  203. "title": "申请售后"
  204. }
  205. },
  206. {
  207. "path": "aftersale/return-delivery",
  208. "style": {
  209. "navigationBarTitleText": "退货物流"
  210. },
  211. "meta": {
  212. "auth": true,
  213. "title": "退货物流"
  214. }
  215. },
  216. {
  217. "path": "aftersale/list",
  218. "style": {
  219. "navigationBarTitleText": "售后列表"
  220. },
  221. "meta": {
  222. "auth": true,
  223. "sync": true,
  224. "title": "售后订单",
  225. "group": "订单中心"
  226. }
  227. },
  228. {
  229. "path": "aftersale/detail",
  230. "style": {
  231. "navigationBarTitleText": "售后详情"
  232. },
  233. "meta": {
  234. "auth": true,
  235. "title": "售后详情"
  236. }
  237. },
  238. {
  239. "path": "aftersale/log",
  240. "style": {
  241. "navigationBarTitleText": "售后进度"
  242. },
  243. "meta": {
  244. "auth": true,
  245. "title": "售后进度"
  246. }
  247. },
  248. {
  249. "path": "express/log",
  250. "style": {
  251. "navigationBarTitleText": "物流轨迹"
  252. },
  253. "meta": {
  254. "auth": true,
  255. "title": "物流轨迹"
  256. }
  257. }
  258. ]
  259. },
  260. {
  261. "root": "pages/user",
  262. "pages": [{
  263. "path": "info",
  264. "style": {
  265. "navigationBarTitleText": "我的信息"
  266. },
  267. "meta": {
  268. "auth": true,
  269. "sync": true,
  270. "title": "用户信息",
  271. "group": "用户中心"
  272. }
  273. },
  274. {
  275. "path": "goods-collect",
  276. "style": {
  277. "navigationBarTitleText": "我的收藏"
  278. },
  279. "meta": {
  280. "auth": true,
  281. "sync": true,
  282. "title": "商品收藏",
  283. "group": "用户中心"
  284. }
  285. },
  286. {
  287. "path": "goods-log",
  288. "style": {
  289. "navigationBarTitleText": "我的足迹"
  290. },
  291. "meta": {
  292. "auth": true,
  293. "sync": true,
  294. "title": "浏览记录",
  295. "group": "用户中心"
  296. }
  297. },
  298. {
  299. "path": "address/list",
  300. "style": {
  301. "navigationBarTitleText": "收货地址"
  302. },
  303. "meta": {
  304. "auth": true,
  305. "sync": true,
  306. "title": "地址管理",
  307. "group": "用户中心"
  308. }
  309. },
  310. {
  311. "path": "address/edit",
  312. "style": {
  313. "navigationBarTitleText": "编辑地址"
  314. },
  315. "meta": {
  316. "auth": true,
  317. "title": "编辑地址"
  318. }
  319. },
  320. {
  321. "path": "goods_details_store/index",
  322. "style": {
  323. "navigationBarTitleText": "自提门店"
  324. },
  325. "meta": {
  326. "auth": true,
  327. "sync": true,
  328. "title": "地址管理",
  329. "group": "用户中心"
  330. }
  331. },
  332. {
  333. "path": "wallet/money",
  334. "style": {
  335. "navigationBarTitleText": "我的余额"
  336. },
  337. "meta": {
  338. "auth": true,
  339. "sync": true,
  340. "title": "用户余额",
  341. "group": "用户中心"
  342. }
  343. },
  344. {
  345. "path": "wallet/score",
  346. "style": {
  347. "navigationBarTitleText": "我的积分"
  348. },
  349. "meta": {
  350. "auth": true,
  351. "sync": true,
  352. "title": "用户积分",
  353. "group": "用户中心"
  354. }
  355. }
  356. ]
  357. },
  358. {
  359. "root": "pages/commission",
  360. "pages": [{
  361. "path": "index",
  362. "style": {
  363. "navigationBarTitleText": "分销"
  364. },
  365. "meta": {
  366. "auth": true,
  367. "sync": true,
  368. "title": "分销中心",
  369. "group": "分销商城"
  370. }
  371. },
  372. {
  373. "path": "wallet",
  374. "style": {
  375. "navigationBarTitleText": "我的佣金"
  376. },
  377. "meta": {
  378. "auth": true,
  379. "sync": true,
  380. "title": "用户佣金",
  381. "group": "分销中心"
  382. }
  383. },
  384. {
  385. "path": "goods",
  386. "style": {
  387. "navigationBarTitleText": "推广商品"
  388. },
  389. "meta": {
  390. "auth": true,
  391. "sync": true,
  392. "title": "推广商品",
  393. "group": "分销商城"
  394. }
  395. },
  396. {
  397. "path": "order",
  398. "style": {
  399. "navigationBarTitleText": "分销订单"
  400. },
  401. "meta": {
  402. "auth": true,
  403. "sync": true,
  404. "title": "分销订单",
  405. "group": "分销商城"
  406. }
  407. },
  408. {
  409. "path": "team",
  410. "style": {
  411. "navigationBarTitleText": "我的团队"
  412. },
  413. "meta": {
  414. "auth": true,
  415. "sync": true,
  416. "title": "我的团队",
  417. "group": "分销商城"
  418. }
  419. }, {
  420. "path": "promoter",
  421. "style": {
  422. "navigationBarTitleText": "推广人排行榜"
  423. },
  424. "meta": {
  425. "auth": true,
  426. "sync": true,
  427. "title": "推广人排行榜",
  428. "group": "分销商城"
  429. }
  430. }, {
  431. "path": "commission-ranking",
  432. "style": {
  433. "navigationBarTitleText": "佣金排行榜"
  434. },
  435. "meta": {
  436. "auth": true,
  437. "sync": true,
  438. "title": "佣金排行榜",
  439. "group": "分销商城"
  440. }
  441. }, {
  442. "path": "withdraw",
  443. "style": {
  444. "navigationBarTitleText": "申请提现"
  445. },
  446. "meta": {
  447. "auth": true,
  448. "sync": true,
  449. "title": "申请提现",
  450. "group": "分销商城"
  451. }
  452. }
  453. ]
  454. },
  455. {
  456. "root": "pages/app",
  457. "pages": [{
  458. "path": "sign",
  459. "style": {
  460. "navigationBarTitleText": "签到中心"
  461. },
  462. "meta": {
  463. "auth": true,
  464. "sync": true,
  465. "title": "签到中心",
  466. "group": "应用"
  467. }
  468. }]
  469. },
  470. {
  471. "root": "pages/public",
  472. "pages": [{
  473. "path": "setting",
  474. "style": {
  475. "navigationBarTitleText": "系统设置"
  476. },
  477. "meta": {
  478. "sync": true,
  479. "title": "系统设置",
  480. "group": "通用"
  481. }
  482. },
  483. {
  484. "path": "richtext",
  485. "style": {
  486. "navigationBarTitleText": "富文本"
  487. },
  488. "meta": {
  489. "sync": true,
  490. "title": "富文本",
  491. "group": "通用"
  492. }
  493. },
  494. {
  495. "path": "faq",
  496. "style": {
  497. "navigationBarTitleText": "常见问题"
  498. },
  499. "meta": {
  500. "sync": true,
  501. "title": "常见问题",
  502. "group": "通用"
  503. }
  504. },
  505. {
  506. "path": "error",
  507. "style": {
  508. "navigationBarTitleText": "错误页面"
  509. }
  510. },
  511. {
  512. "path": "webview",
  513. "style": {
  514. "navigationBarTitleText": ""
  515. }
  516. }
  517. ]
  518. },
  519. {
  520. "root": "pages/coupon",
  521. "pages": [{
  522. "path": "list",
  523. "style": {
  524. "navigationBarTitleText": "领券中心"
  525. },
  526. "meta": {
  527. "sync": true,
  528. "title": "领券中心",
  529. "group": "优惠券"
  530. }
  531. },
  532. {
  533. "path": "detail",
  534. "style": {
  535. "navigationBarTitleText": "优惠券"
  536. },
  537. "meta": {
  538. "auth": false,
  539. "sync": true,
  540. "title": "优惠券详情",
  541. "group": "优惠券"
  542. }
  543. }
  544. ]
  545. },
  546. {
  547. "root": "pages/chat",
  548. "pages": [{
  549. "path": "index",
  550. "style": {
  551. "navigationBarTitleText": "客服"
  552. },
  553. "meta": {
  554. "auth": true,
  555. "sync": true,
  556. "title": "客服",
  557. "group": "客服"
  558. }
  559. }]
  560. },
  561. {
  562. "root": "pages/pay",
  563. "pages": [{
  564. "path": "index",
  565. "style": {
  566. "navigationBarTitleText": "收银台"
  567. }
  568. },
  569. {
  570. "path": "result",
  571. "style": {
  572. "navigationBarTitleText": "支付结果"
  573. }
  574. },
  575. {
  576. "path": "recharge",
  577. "style": {
  578. "navigationBarTitleText": "充值余额"
  579. },
  580. "meta": {
  581. "auth": true,
  582. "sync": true,
  583. "title": "充值余额",
  584. "group": "支付"
  585. }
  586. },
  587. {
  588. "path": "recharge-log",
  589. "style": {
  590. "navigationBarTitleText": "充值记录"
  591. },
  592. "meta": {
  593. "auth": true,
  594. "sync": true,
  595. "title": "充值记录",
  596. "group": "支付"
  597. }
  598. }
  599. ]
  600. },
  601. {
  602. "root": "pages/activity",
  603. "pages": [{
  604. "path": "groupon/detail",
  605. "style": {
  606. "navigationBarTitleText": "拼团详情"
  607. }
  608. },
  609. {
  610. "path": "groupon/order",
  611. "style": {
  612. "navigationBarTitleText": "我的拼团",
  613. "enablePullDownRefresh": true
  614. },
  615. "meta": {
  616. "auth": true,
  617. "sync": true,
  618. "title": "拼团订单",
  619. "group": "营销活动"
  620. }
  621. },
  622. {
  623. "path": "index",
  624. "style": {
  625. "navigationBarTitleText": "营销商品"
  626. },
  627. "meta": {
  628. "sync": true,
  629. "title": "营销商品",
  630. "group": "营销活动"
  631. }
  632. },
  633. {
  634. "path": "groupon/list",
  635. "style": {
  636. "navigationBarTitleText": "拼团活动"
  637. },
  638. "meta": {
  639. "sync": true,
  640. "title": "拼团活动",
  641. "group": "营销活动"
  642. }
  643. },
  644. {
  645. "path": "seckill/list",
  646. "style": {
  647. "navigationBarTitleText": "秒杀活动"
  648. },
  649. "meta": {
  650. "sync": true,
  651. "title": "秒杀活动",
  652. "group": "营销活动"
  653. }
  654. },
  655. {
  656. "path": "point/list",
  657. "style": {
  658. "navigationBarTitleText": "积分商城"
  659. },
  660. "meta": {
  661. "sync": true,
  662. "title": "积分商城",
  663. "group": "营销活动"
  664. }
  665. }
  666. ]
  667. }
  668. ],
  669. "globalStyle": {
  670. "navigationBarTextStyle": "black",
  671. "navigationBarTitleText": "纽森商城",
  672. "navigationBarBackgroundColor": "#FFFFFF",
  673. "backgroundColor": "#FFFFFF",
  674. "navigationStyle": "custom"
  675. },
  676. "tabBar": {
  677. "list": [{
  678. "pagePath": "pages/index/index"
  679. },
  680. {
  681. "pagePath": "pages/index/cart"
  682. },
  683. {
  684. "pagePath": "pages/index/user"
  685. }
  686. ]
  687. }
  688. }