pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  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": "list",
  124. "style": {
  125. "navigationBarTitleText": "商品列表"
  126. },
  127. "meta": {
  128. "sync": true,
  129. "title": "商品列表",
  130. "group": "商品"
  131. }
  132. },
  133. {
  134. "path": "comment/add",
  135. "style": {
  136. "navigationBarTitleText": "评价商品"
  137. },
  138. "meta": {
  139. "auth": true
  140. }
  141. },
  142. {
  143. "path": "comment/list",
  144. "style": {
  145. "navigationBarTitleText": "商品评价"
  146. }
  147. }
  148. ]
  149. },
  150. {
  151. "root": "pages/order",
  152. "pages": [{
  153. "path": "detail",
  154. "style": {
  155. "navigationBarTitleText": "订单详情"
  156. },
  157. "meta": {
  158. "auth": true,
  159. "title": "订单详情"
  160. }
  161. },
  162. {
  163. "path": "confirm",
  164. "style": {
  165. "navigationBarTitleText": "确认订单"
  166. },
  167. "meta": {
  168. "auth": true,
  169. "title": "确认订单"
  170. }
  171. },
  172. {
  173. "path": "list",
  174. "style": {
  175. "navigationBarTitleText": "我的订单",
  176. "enablePullDownRefresh": true
  177. },
  178. "meta": {
  179. "auth": true,
  180. "sync": true,
  181. "title": "用户订单",
  182. "group": "订单中心"
  183. }
  184. },
  185. {
  186. "path": "aftersale/apply",
  187. "style": {
  188. "navigationBarTitleText": "申请售后"
  189. },
  190. "meta": {
  191. "auth": true,
  192. "title": "申请售后"
  193. }
  194. },
  195. {
  196. "path": "aftersale/list",
  197. "style": {
  198. "navigationBarTitleText": "售后列表"
  199. },
  200. "meta": {
  201. "auth": true,
  202. "sync": true,
  203. "title": "售后订单",
  204. "group": "订单中心"
  205. }
  206. },
  207. {
  208. "path": "aftersale/detail",
  209. "style": {
  210. "navigationBarTitleText": "售后详情"
  211. },
  212. "meta": {
  213. "auth": true,
  214. "title": "售后详情"
  215. }
  216. },
  217. {
  218. "path": "aftersale/log",
  219. "style": {
  220. "navigationBarTitleText": "售后进度"
  221. },
  222. "meta": {
  223. "auth": true,
  224. "title": "售后进度"
  225. }
  226. },
  227. {
  228. "path": "express/log",
  229. "style": {
  230. "navigationBarTitleText": "物流轨迹"
  231. },
  232. "meta": {
  233. "auth": true,
  234. "title": "物流轨迹"
  235. }
  236. }
  237. ]
  238. },
  239. {
  240. "root": "pages/user",
  241. "pages": [{
  242. "path": "info",
  243. "style": {
  244. "navigationBarTitleText": "我的信息"
  245. },
  246. "meta": {
  247. "auth": true,
  248. "sync": true,
  249. "title": "用户信息",
  250. "group": "用户中心"
  251. }
  252. },
  253. {
  254. "path": "goods-collect",
  255. "style": {
  256. "navigationBarTitleText": "我的收藏"
  257. },
  258. "meta": {
  259. "auth": true,
  260. "sync": true,
  261. "title": "商品收藏",
  262. "group": "用户中心"
  263. }
  264. },
  265. {
  266. "path": "goods-log",
  267. "style": {
  268. "navigationBarTitleText": "我的足迹"
  269. },
  270. "meta": {
  271. "auth": true,
  272. "sync": true,
  273. "title": "浏览记录",
  274. "group": "用户中心"
  275. }
  276. },
  277. {
  278. "path": "address/list",
  279. "style": {
  280. "navigationBarTitleText": "收货地址"
  281. },
  282. "meta": {
  283. "auth": true,
  284. "sync": true,
  285. "title": "地址管理",
  286. "group": "用户中心"
  287. }
  288. },
  289. {
  290. "path": "address/edit",
  291. "style": {
  292. "navigationBarTitleText": "编辑地址"
  293. },
  294. "meta": {
  295. "auth": true,
  296. "title": "编辑地址"
  297. }
  298. },
  299. {
  300. "path": "wallet/money",
  301. "style": {
  302. "navigationBarTitleText": "我的余额"
  303. },
  304. "meta": {
  305. "auth": true,
  306. "sync": true,
  307. "title": "用户余额",
  308. "group": "用户中心"
  309. }
  310. },
  311. {
  312. "path": "wallet/score",
  313. "style": {
  314. "navigationBarTitleText": "我的积分"
  315. },
  316. "meta": {
  317. "auth": true,
  318. "sync": true,
  319. "title": "用户积分",
  320. "group": "用户中心"
  321. }
  322. }
  323. ]
  324. },
  325. {
  326. "root": "pages/commission",
  327. "pages": [{
  328. "path": "index",
  329. "style": {
  330. "navigationBarTitleText": "分销"
  331. },
  332. "meta": {
  333. "auth": true,
  334. "sync": true,
  335. "title": "分销中心",
  336. "group": "分销商城"
  337. }
  338. },
  339. {
  340. "path": "wallet",
  341. "style": {
  342. "navigationBarTitleText": "我的佣金"
  343. },
  344. "meta": {
  345. "auth": true,
  346. "sync": true,
  347. "title": "用户佣金",
  348. "group": "分销中心"
  349. }
  350. },
  351. {
  352. "path": "goods",
  353. "style": {
  354. "navigationBarTitleText": "推广商品"
  355. },
  356. "meta": {
  357. "auth": true,
  358. "sync": true,
  359. "title": "推广商品",
  360. "group": "分销商城"
  361. }
  362. },
  363. {
  364. "path": "order",
  365. "style": {
  366. "navigationBarTitleText": "分销订单"
  367. },
  368. "meta": {
  369. "auth": true,
  370. "sync": true,
  371. "title": "分销订单",
  372. "group": "分销商城"
  373. }
  374. },
  375. {
  376. "path": "team",
  377. "style": {
  378. "navigationBarTitleText": "我的团队"
  379. },
  380. "meta": {
  381. "auth": true,
  382. "sync": true,
  383. "title": "我的团队",
  384. "group": "分销商城"
  385. }
  386. }, {
  387. "path": "promoter",
  388. "style": {
  389. "navigationBarTitleText": "推广人排行榜"
  390. },
  391. "meta": {
  392. "auth": true,
  393. "sync": true,
  394. "title": "推广人排行榜",
  395. "group": "分销商城"
  396. }
  397. }, {
  398. "path": "commission-ranking",
  399. "style": {
  400. "navigationBarTitleText": "佣金排行榜"
  401. },
  402. "meta": {
  403. "auth": true,
  404. "sync": true,
  405. "title": "佣金排行榜",
  406. "group": "分销商城"
  407. }
  408. }
  409. ]
  410. },
  411. {
  412. "root": "pages/app",
  413. "pages": [{
  414. "path": "sign",
  415. "style": {
  416. "navigationBarTitleText": "签到中心"
  417. },
  418. "meta": {
  419. "auth": true,
  420. "sync": true,
  421. "title": "签到中心",
  422. "group": "应用"
  423. }
  424. }]
  425. },
  426. {
  427. "root": "pages/public",
  428. "pages": [{
  429. "path": "setting",
  430. "style": {
  431. "navigationBarTitleText": "系统设置"
  432. },
  433. "meta": {
  434. "sync": true,
  435. "title": "系统设置",
  436. "group": "通用"
  437. }
  438. },
  439. {
  440. "path": "richtext",
  441. "style": {
  442. "navigationBarTitleText": "富文本"
  443. },
  444. "meta": {
  445. "sync": true,
  446. "title": "富文本",
  447. "group": "通用"
  448. }
  449. },
  450. {
  451. "path": "faq",
  452. "style": {
  453. "navigationBarTitleText": "常见问题"
  454. },
  455. "meta": {
  456. "sync": true,
  457. "title": "常见问题",
  458. "group": "通用"
  459. }
  460. },
  461. {
  462. "path": "error",
  463. "style": {
  464. "navigationBarTitleText": "错误页面"
  465. }
  466. },
  467. {
  468. "path": "webview",
  469. "style": {
  470. "navigationBarTitleText": ""
  471. }
  472. }
  473. ]
  474. },
  475. {
  476. "root": "pages/coupon",
  477. "pages": [{
  478. "path": "list",
  479. "style": {
  480. "navigationBarTitleText": "领券中心"
  481. },
  482. "meta": {
  483. "sync": true,
  484. "title": "领券中心",
  485. "group": "优惠券"
  486. }
  487. },
  488. {
  489. "path": "detail",
  490. "style": {
  491. "navigationBarTitleText": "优惠券"
  492. },
  493. "meta": {
  494. "auth": false,
  495. "sync": true,
  496. "title": "优惠券详情",
  497. "group": "优惠券"
  498. }
  499. }
  500. ]
  501. },
  502. {
  503. "root": "pages/chat",
  504. "pages": [{
  505. "path": "index",
  506. "style": {
  507. "navigationBarTitleText": "客服"
  508. },
  509. "meta": {
  510. "auth": true,
  511. "sync": true,
  512. "title": "客服",
  513. "group": "客服"
  514. }
  515. }]
  516. },
  517. {
  518. "root": "pages/pay",
  519. "pages": [{
  520. "path": "index",
  521. "style": {
  522. "navigationBarTitleText": "收银台"
  523. }
  524. },
  525. {
  526. "path": "result",
  527. "style": {
  528. "navigationBarTitleText": "支付结果"
  529. }
  530. },
  531. {
  532. "path": "recharge",
  533. "style": {
  534. "navigationBarTitleText": "充值余额"
  535. },
  536. "meta": {
  537. "auth": true,
  538. "sync": true,
  539. "title": "充值余额",
  540. "group": "支付"
  541. }
  542. },
  543. {
  544. "path": "recharge-log",
  545. "style": {
  546. "navigationBarTitleText": "充值记录"
  547. },
  548. "meta": {
  549. "auth": true,
  550. "sync": true,
  551. "title": "充值记录",
  552. "group": "支付"
  553. }
  554. },
  555. {
  556. "path": "withdraw",
  557. "style": {
  558. "navigationBarTitleText": "申请提现"
  559. },
  560. "meta": {
  561. "auth": true,
  562. "sync": true,
  563. "title": "申请提现",
  564. "group": "支付"
  565. }
  566. }
  567. ]
  568. },
  569. {
  570. "root": "pages/activity",
  571. "pages": [{
  572. "path": "groupon/detail",
  573. "style": {
  574. "navigationBarTitleText": "拼团详情"
  575. }
  576. },
  577. {
  578. "path": "groupon/order",
  579. "style": {
  580. "navigationBarTitleText": "我的拼团",
  581. "enablePullDownRefresh": true
  582. },
  583. "meta": {
  584. "auth": true,
  585. "sync": true,
  586. "title": "拼团订单",
  587. "group": "营销活动"
  588. }
  589. },
  590. {
  591. "path": "index",
  592. "style": {
  593. "navigationBarTitleText": "营销商品"
  594. },
  595. "meta": {
  596. "sync": true,
  597. "title": "营销商品",
  598. "group": "营销活动"
  599. }
  600. },
  601. {
  602. "path": "groupon/list",
  603. "style": {
  604. "navigationBarTitleText": "拼团活动"
  605. },
  606. "meta": {
  607. "sync": true,
  608. "title": "拼团活动",
  609. "group": "营销活动"
  610. }
  611. },
  612. {
  613. "path": "seckill/list",
  614. "style": {
  615. "navigationBarTitleText": "秒杀活动"
  616. },
  617. "meta": {
  618. "sync": true,
  619. "title": "秒杀活动",
  620. "group": "营销活动"
  621. }
  622. },
  623. {
  624. "path": "bargainingList",
  625. "style": {
  626. "navigationBarTitleText": "砍价列表"
  627. },
  628. "meta": {
  629. "sync": true,
  630. "title": "砍价列表",
  631. "group": "营销活动"
  632. }
  633. },
  634. {
  635. "path": "bargainingDetail",
  636. "style": {
  637. "navigationBarTitleText": "砍价详情"
  638. },
  639. "meta": {
  640. "sync": true,
  641. "title": "砍价详情",
  642. "group": "营销活动"
  643. }
  644. }
  645. ]
  646. }
  647. ],
  648. "globalStyle": {
  649. "navigationBarTextStyle": "black",
  650. "navigationBarTitleText": "星品购",
  651. "navigationBarBackgroundColor": "#FFFFFF",
  652. "backgroundColor": "#FFFFFF",
  653. "navigationStyle": "custom"
  654. },
  655. "tabBar": {
  656. "list": [{
  657. "pagePath": "pages/index/index"
  658. },
  659. {
  660. "pagePath": "pages/index/cart"
  661. },
  662. {
  663. "pagePath": "pages/index/user"
  664. }
  665. ]
  666. }
  667. }