pages.json 13 KB

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