pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  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/restaurant/order",
  59. "style": {
  60. "navigationBarTitleText": "点餐"
  61. },
  62. "meta": {
  63. "sync": true,
  64. "title": "点餐",
  65. "group": "商城"
  66. }
  67. },
  68. {
  69. "path": "pages/index/login",
  70. "style": {
  71. "navigationBarTitleText": "登录"
  72. }
  73. },
  74. {
  75. "path": "pages/index/search",
  76. "style": {
  77. "navigationBarTitleText": "搜索"
  78. },
  79. "meta": {
  80. "sync": true,
  81. "title": "搜索",
  82. "group": "商城"
  83. }
  84. },
  85. {
  86. "path": "pages/index/page",
  87. "style": {
  88. "navigationBarTitleText": ""
  89. },
  90. "meta": {
  91. "auth": false,
  92. "sync": true,
  93. "title": "自定义页面",
  94. "group": "商城"
  95. }
  96. }
  97. ],
  98. "subPackages": [{
  99. "root": "pages/goods",
  100. "pages": [{
  101. "path": "index",
  102. "style": {
  103. "navigationBarTitleText": "商品详情"
  104. },
  105. "meta": {
  106. "sync": true,
  107. "title": "普通商品",
  108. "group": "商品"
  109. }
  110. },
  111. {
  112. "path": "groupon",
  113. "style": {
  114. "navigationBarTitleText": "拼团商品"
  115. },
  116. "meta": {
  117. "sync": true,
  118. "title": "拼团商品",
  119. "group": "商品"
  120. }
  121. },
  122. {
  123. "path": "seckill",
  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": "wallet/money",
  322. "style": {
  323. "navigationBarTitleText": "我的余额"
  324. },
  325. "meta": {
  326. "auth": true,
  327. "sync": true,
  328. "title": "用户余额",
  329. "group": "用户中心"
  330. }
  331. },
  332. {
  333. "path": "wallet/score",
  334. "style": {
  335. "navigationBarTitleText": "我的积分"
  336. },
  337. "meta": {
  338. "auth": true,
  339. "sync": true,
  340. "title": "用户积分",
  341. "group": "用户中心"
  342. }
  343. }
  344. ]
  345. },
  346. {
  347. "root": "pages/commission",
  348. "pages": [{
  349. "path": "index",
  350. "style": {
  351. "navigationBarTitleText": "分销"
  352. },
  353. "meta": {
  354. "auth": true,
  355. "sync": true,
  356. "title": "分销中心",
  357. "group": "分销商城"
  358. }
  359. },
  360. {
  361. "path": "wallet",
  362. "style": {
  363. "navigationBarTitleText": "我的佣金"
  364. },
  365. "meta": {
  366. "auth": true,
  367. "sync": true,
  368. "title": "用户佣金",
  369. "group": "分销中心"
  370. }
  371. },
  372. {
  373. "path": "goods",
  374. "style": {
  375. "navigationBarTitleText": "推广商品"
  376. },
  377. "meta": {
  378. "auth": true,
  379. "sync": true,
  380. "title": "推广商品",
  381. "group": "分销商城"
  382. }
  383. },
  384. {
  385. "path": "order",
  386. "style": {
  387. "navigationBarTitleText": "分销订单"
  388. },
  389. "meta": {
  390. "auth": true,
  391. "sync": true,
  392. "title": "分销订单",
  393. "group": "分销商城"
  394. }
  395. },
  396. {
  397. "path": "team",
  398. "style": {
  399. "navigationBarTitleText": "我的团队"
  400. },
  401. "meta": {
  402. "auth": true,
  403. "sync": true,
  404. "title": "我的团队",
  405. "group": "分销商城"
  406. }
  407. }, {
  408. "path": "promoter",
  409. "style": {
  410. "navigationBarTitleText": "推广人排行榜"
  411. },
  412. "meta": {
  413. "auth": true,
  414. "sync": true,
  415. "title": "推广人排行榜",
  416. "group": "分销商城"
  417. }
  418. }, {
  419. "path": "commission-ranking",
  420. "style": {
  421. "navigationBarTitleText": "佣金排行榜"
  422. },
  423. "meta": {
  424. "auth": true,
  425. "sync": true,
  426. "title": "佣金排行榜",
  427. "group": "分销商城"
  428. }
  429. }, {
  430. "path": "withdraw",
  431. "style": {
  432. "navigationBarTitleText": "申请提现"
  433. },
  434. "meta": {
  435. "auth": true,
  436. "sync": true,
  437. "title": "申请提现",
  438. "group": "分销商城"
  439. }
  440. }
  441. ]
  442. },
  443. {
  444. "root": "pages/app",
  445. "pages": [{
  446. "path": "sign",
  447. "style": {
  448. "navigationBarTitleText": "签到中心"
  449. },
  450. "meta": {
  451. "auth": true,
  452. "sync": true,
  453. "title": "签到中心",
  454. "group": "应用"
  455. }
  456. }]
  457. },
  458. {
  459. "root": "pages/public",
  460. "pages": [{
  461. "path": "setting",
  462. "style": {
  463. "navigationBarTitleText": "系统设置"
  464. },
  465. "meta": {
  466. "sync": true,
  467. "title": "系统设置",
  468. "group": "通用"
  469. }
  470. },
  471. {
  472. "path": "richtext",
  473. "style": {
  474. "navigationBarTitleText": "富文本"
  475. },
  476. "meta": {
  477. "sync": true,
  478. "title": "富文本",
  479. "group": "通用"
  480. }
  481. },
  482. {
  483. "path": "faq",
  484. "style": {
  485. "navigationBarTitleText": "常见问题"
  486. },
  487. "meta": {
  488. "sync": true,
  489. "title": "常见问题",
  490. "group": "通用"
  491. }
  492. },
  493. {
  494. "path": "error",
  495. "style": {
  496. "navigationBarTitleText": "错误页面"
  497. }
  498. },
  499. {
  500. "path": "webview",
  501. "style": {
  502. "navigationBarTitleText": ""
  503. }
  504. }
  505. ]
  506. },
  507. {
  508. "root": "pages/coupon",
  509. "pages": [{
  510. "path": "list",
  511. "style": {
  512. "navigationBarTitleText": "领券中心"
  513. },
  514. "meta": {
  515. "sync": true,
  516. "title": "领券中心",
  517. "group": "优惠券"
  518. }
  519. },
  520. {
  521. "path": "detail",
  522. "style": {
  523. "navigationBarTitleText": "优惠券"
  524. },
  525. "meta": {
  526. "auth": false,
  527. "sync": true,
  528. "title": "优惠券详情",
  529. "group": "优惠券"
  530. }
  531. }
  532. ]
  533. },
  534. {
  535. "root": "pages/chat",
  536. "pages": [{
  537. "path": "index",
  538. "style": {
  539. "navigationBarTitleText": "客服"
  540. },
  541. "meta": {
  542. "auth": true,
  543. "sync": true,
  544. "title": "客服",
  545. "group": "客服"
  546. }
  547. }]
  548. },
  549. {
  550. "root": "pages/pay",
  551. "pages": [{
  552. "path": "index",
  553. "style": {
  554. "navigationBarTitleText": "收银台"
  555. }
  556. },
  557. {
  558. "path": "result",
  559. "style": {
  560. "navigationBarTitleText": "支付结果"
  561. }
  562. },
  563. {
  564. "path": "recharge",
  565. "style": {
  566. "navigationBarTitleText": "充值余额"
  567. },
  568. "meta": {
  569. "auth": true,
  570. "sync": true,
  571. "title": "充值余额",
  572. "group": "支付"
  573. }
  574. },
  575. {
  576. "path": "recharge-log",
  577. "style": {
  578. "navigationBarTitleText": "充值记录"
  579. },
  580. "meta": {
  581. "auth": true,
  582. "sync": true,
  583. "title": "充值记录",
  584. "group": "支付"
  585. }
  586. }
  587. ]
  588. },
  589. {
  590. "root": "pages/activity",
  591. "pages": [{
  592. "path": "groupon/detail",
  593. "style": {
  594. "navigationBarTitleText": "拼团详情"
  595. }
  596. },
  597. {
  598. "path": "groupon/order",
  599. "style": {
  600. "navigationBarTitleText": "我的拼团",
  601. "enablePullDownRefresh": true
  602. },
  603. "meta": {
  604. "auth": true,
  605. "sync": true,
  606. "title": "拼团订单",
  607. "group": "营销活动"
  608. }
  609. },
  610. {
  611. "path": "index",
  612. "style": {
  613. "navigationBarTitleText": "营销商品"
  614. },
  615. "meta": {
  616. "sync": true,
  617. "title": "营销商品",
  618. "group": "营销活动"
  619. }
  620. },
  621. {
  622. "path": "groupon/list",
  623. "style": {
  624. "navigationBarTitleText": "拼团活动"
  625. },
  626. "meta": {
  627. "sync": true,
  628. "title": "拼团活动",
  629. "group": "营销活动"
  630. }
  631. },
  632. {
  633. "path": "seckill/list",
  634. "style": {
  635. "navigationBarTitleText": "秒杀活动"
  636. },
  637. "meta": {
  638. "sync": true,
  639. "title": "秒杀活动",
  640. "group": "营销活动"
  641. }
  642. }
  643. ]
  644. }
  645. ],
  646. "globalStyle": {
  647. "navigationBarTextStyle": "black",
  648. "navigationBarTitleText": "芋道商城",
  649. "navigationBarBackgroundColor": "#FFFFFF",
  650. "backgroundColor": "#FFFFFF",
  651. "navigationStyle": "custom"
  652. },
  653. "tabBar": {
  654. "list": [{
  655. "pagePath": "pages/index/index"
  656. },
  657. {
  658. "pagePath": "pages/index/cart"
  659. },
  660. {
  661. "pagePath": "pages/index/user"
  662. }
  663. ]
  664. }
  665. }