pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. {
  2. "easycom": {
  3. "^u1-(.*)": "@/uview-ui1/components/u1-$1/u-$1.vue",
  4. "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
  5. "^wd-(.*)": "@/components/wot-design-uni/components/wd-$1/wd-$1.vue"
  6. },
  7. "pages": [
  8. {
  9. "path": "pages/home/dashboard/index",
  10. "style": {
  11. "navigationBarTitleText": "",
  12. "navigationStyle": "custom",
  13. "enablePullDownRefresh": false,
  14. "app-plus": {
  15. "bounce": "none"
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/home/index",
  21. "style": {
  22. "navigationBarTextStyle": "white",
  23. "navigationBarBackgroundColor": "#000000",
  24. "navigationBarTitleText": "首页",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom",
  27. "disableScrollToObject": 1,
  28. "app-plus": {
  29. "bounce": "none",
  30. "popGesture": "none"
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/productCenter/productCenter",
  36. "style": {
  37. "navigationBarTitleText": "产品中心",
  38. "enablePullDownRefresh": false,
  39. "navigationStyle": "custom",
  40. "app-plus": {
  41. "bounce": "none"
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/shoppingCart/shoppingCart",
  47. "style": {
  48. "navigationBarTitleText": "购物车",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/service/service",
  54. "style": {
  55. "navigationBarTitleText": "服务预约",
  56. "enablePullDownRefresh": false,
  57. "app-plus": {
  58. // 将回弹属性关掉
  59. "bounce": "none"
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/mine/index",
  65. "style": {
  66. "navigationBarTitleText": "我的",
  67. "enablePullDownRefresh": false,
  68. "navigationStyle": "custom",
  69. "app-plus": {
  70. // 将回弹属性关掉
  71. "bounce": "none"
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/activity/activity",
  77. "style": {
  78. "navigationBarTitleText": "活动",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom",
  81. "app-plus": {
  82. "bounce": "none"
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/searchList/index",
  88. "style": {
  89. "navigationBarTitleText": "搜索",
  90. "enablePullDownRefresh": false,
  91. "navigationStyle": "custom",
  92. "app-plus": {
  93. // 将回弹属性关掉
  94. "bounce": "none"
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/singlePage/index",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path": "pages/webView/index",
  107. "style": {
  108. "navigationBarTitleText": "",
  109. "enablePullDownRefresh": false
  110. }
  111. },
  112. {
  113. "path": "pages/article/article",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "enablePullDownRefresh": false
  117. }
  118. }
  119. ],
  120. "subPackages": [{
  121. "root": "subPages",
  122. "pages": [{
  123. "path": "myOrder/myOrder",
  124. "style": {
  125. "navigationBarTitleText": "我的订单"
  126. // "navigationStyle": "custom"
  127. // "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "myOrder/myCourseOrder",
  132. "style": {
  133. "navigationBarTitleText": "课程订单"
  134. // "navigationStyle": "custom"
  135. // "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "storeConsumption/storeConsumption",
  140. "style": {
  141. "navigationBarTitleText": "订单确认",
  142. "navigationBarBackgroundColor": "#F5F6F8",
  143. "enablePullDownRefresh": false
  144. }
  145. },
  146. {
  147. "path": "storeConsumption/storeConsumptionOrder",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "navigationStyle": "custom",
  151. "navigationBarBackgroundColor": "#F5F6F8",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "myOrder/myActivityOrder",
  157. "style": {
  158. "navigationBarTitleText": "我的活动"
  159. // "navigationStyle": "custom"
  160. // "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "myOrder/myServerOrder",
  165. "style": {
  166. "navigationBarTitleText": "预约列表"
  167. }
  168. },
  169. {
  170. "path": "course/course",
  171. "style": {
  172. "navigationBarTitleText": "课程列表",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "orderDetail/orderDetail",
  178. "style": {
  179. "navigationBarTitleText": "",
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": false
  182. }
  183. },
  184. {
  185. "path": "orderDetail/courseOrderDetail",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "navigationStyle": "custom",
  189. "enablePullDownRefresh": false
  190. }
  191. },
  192. {
  193. "path": "afterSales/afterSales",
  194. "style": {
  195. "navigationBarTitleText": "申请售后",
  196. "navigationBarBackgroundColor": "#F5F6F8",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "cancelOrder/cancelOrder",
  202. "style": {
  203. "navigationBarTitleText": "取消订单",
  204. "navigationBarBackgroundColor": "#F5F6F8",
  205. "enablePullDownRefresh": false
  206. }
  207. },
  208. {
  209. "path": "goodsDetail/goodsDetail",
  210. "style": {
  211. "enablePullDownRefresh": false,
  212. // "navigationStyle": "custom",
  213. "navigationBarTitleText": "商品详情"
  214. }
  215. },
  216. {
  217. "path": "courseDetail/courseDetail",
  218. "style": {
  219. "navigationBarTitleText": "课程详情",
  220. "enablePullDownRefresh": false
  221. }
  222. },
  223. {
  224. "path": "activityDetail/activityDetail",
  225. "style": {
  226. "navigationBarTitleText": "活动详情",
  227. "enablePullDownRefresh": false
  228. }
  229. },
  230. {
  231. "path": "activityDetail/activitySave",
  232. "style": {
  233. "navigationBarTitleText": "活动报名",
  234. "enablePullDownRefresh": false
  235. }
  236. },
  237. {
  238. "path": "addAddress/addAddress",
  239. "style": {
  240. "navigationBarTitleText": "添加收货地址",
  241. "navigationBarBackgroundColor": "#F5F6F8",
  242. "enablePullDownRefresh": false
  243. }
  244. },
  245. {
  246. "path": "addressMg/addressMg",
  247. "style": {
  248. "navigationBarTitleText": "地址管理",
  249. "navigationBarBackgroundColor": "#F5F6F8"
  250. }
  251. },
  252. {
  253. "path": "wallet/index",
  254. "style": {
  255. "navigationBarTitleText": "钱包",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path": "promotionCooperation/index",
  261. "style": {
  262. "navigationBarTitleText": "推广合作",
  263. "enablePullDownRefresh": false,
  264. "navigationStyle": "custom",
  265. "app-plus": {
  266. // 将回弹属性关掉
  267. "bounce": "none"
  268. }
  269. }
  270. },
  271. {
  272. "path": "personalDataManagement/index",
  273. "style": {
  274. "navigationBarTitleText": "个人信息",
  275. "enablePullDownRefresh": false,
  276. "app-plus": {
  277. // 将回弹属性关掉
  278. "bounce": "none"
  279. }
  280. }
  281. },
  282. {
  283. "path": "setting/index",
  284. "style": {
  285. "navigationBarTitleText": "设置",
  286. "enablePullDownRefresh": false,
  287. "app-plus": {
  288. // 将回弹属性关掉
  289. "bounce": "none"
  290. }
  291. }
  292. },
  293. {
  294. "path": "setting/setPwd",
  295. "style": {
  296. "navigationBarTitleText": "设置安全密码",
  297. "enablePullDownRefresh": false,
  298. "navigationStyle": "custom",
  299. "app-plus": {
  300. // 将回弹属性关掉
  301. "bounce": "none"
  302. }
  303. }
  304. },
  305. {
  306. "path": "register/index",
  307. "style": {
  308. "navigationBarTitleText": "修改用户信息",
  309. "enablePullDownRefresh": false,
  310. "app-plus": {
  311. // 将回弹属性关掉
  312. "bounce": "none"
  313. }
  314. }
  315. },
  316. {
  317. "path": "accompanyingCamp/accompanyingCamp",
  318. "style": {
  319. "navigationBarTitleText": "陪伴营",
  320. "enablePullDownRefresh": false,
  321. "app-plus": {
  322. // 将回弹属性关掉
  323. "bounce": "none"
  324. }
  325. }
  326. },
  327. {
  328. "path": "accompanyingCamp/accompanyingCampDetail",
  329. "style": {
  330. "navigationBarTitleText": "",
  331. "enablePullDownRefresh": false,
  332. "app-plus": {
  333. // 将回弹属性关掉
  334. "bounce": "none"
  335. }
  336. }
  337. },
  338. {
  339. "path": "service/serviceSave",
  340. "style": {
  341. "navigationBarTitleText": "服务预约",
  342. "enablePullDownRefresh": false,
  343. "app-plus": {
  344. // 将回弹属性关掉
  345. "bounce": "none"
  346. }
  347. }
  348. },
  349. {
  350. "path": "service/serviceDetail",
  351. "style": {
  352. "navigationBarTitleText": "服务详情",
  353. "enablePullDownRefresh": false,
  354. "app-plus": {
  355. // 将回弹属性关掉
  356. "bounce": "none"
  357. }
  358. }
  359. },
  360. {
  361. "path": "service/settlement",
  362. "style": {
  363. "navigationBarTitleText": "预约结算",
  364. "enablePullDownRefresh": false,
  365. "navigationStyle": "custom",
  366. "app-plus": {
  367. // 将回弹属性关掉
  368. "bounce": "none"
  369. }
  370. }
  371. },
  372. {
  373. "path": "fragrantLife/fragrantLife",
  374. "style": {
  375. "navigationBarTitleText": "芳香生活",
  376. "enablePullDownRefresh": false,
  377. "navigationStyle": "custom",
  378. "app-plus": {
  379. // 将回弹属性关掉
  380. "bounce": "none"
  381. }
  382. }
  383. },
  384. {
  385. "path": "fragrantLife/fragrantLifeDetail",
  386. "style": {
  387. "navigationBarTitleText": "文章详情",
  388. "enablePullDownRefresh": false,
  389. "app-plus": {
  390. // 将回弹属性关掉
  391. "bounce": "none"
  392. }
  393. }
  394. },
  395. {
  396. "path": "recharge/index",
  397. "style": {
  398. "navigationBarTitleText": "充值",
  399. "enablePullDownRefresh": false,
  400. "app-plus": {
  401. // 将回弹属性关掉
  402. "bounce": "none"
  403. }
  404. }
  405. },
  406. {
  407. "path": "withdrawal/index",
  408. "style": {
  409. "navigationBarTitleText": "提现",
  410. "enablePullDownRefresh": false,
  411. "app-plus": {
  412. // 将回弹属性关掉
  413. "bounce": "none"
  414. }
  415. }
  416. },
  417. {
  418. "path": "helpList/index",
  419. "style": {
  420. "navigationBarTitleText": "帮助中心",
  421. "enablePullDownRefresh": true,
  422. "app-plus": {
  423. // 将回弹属性关掉
  424. "bounce": "none"
  425. }
  426. }
  427. },
  428. {
  429. "path": "helpDetails/index",
  430. "style": {
  431. "navigationBarTitleText": "帮助中心",
  432. "enablePullDownRefresh": false,
  433. "app-plus": {
  434. // 将回弹属性关掉
  435. "bounce": "none"
  436. }
  437. }
  438. },
  439. {
  440. "path": "authenticationList/index",
  441. "style": {
  442. "navigationBarTitleText": "身份认证",
  443. "enablePullDownRefresh": true,
  444. "app-plus": {
  445. // 将回弹属性关掉
  446. "bounce": "none"
  447. }
  448. }
  449. },
  450. {
  451. "path": "authenticationDetails/index",
  452. "style": {
  453. "navigationBarTitleText": "身份认证",
  454. "enablePullDownRefresh": false,
  455. "app-plus": {
  456. // 将回弹属性关掉
  457. "bounce": "none"
  458. }
  459. }
  460. },
  461. {
  462. "path": "lookHistory/index",
  463. "style": {
  464. "navigationBarTitleText": "足迹",
  465. "enablePullDownRefresh": false,
  466. "app-plus": {
  467. // 将回弹属性关掉
  468. "bounce": "none"
  469. }
  470. }
  471. },
  472. {
  473. "path": "followAccount/followAccount",
  474. "style": {
  475. "navigationBarTitleText": "关注公众号",
  476. "enablePullDownRefresh": false
  477. }
  478. },
  479. {
  480. "path": "feedback/feedback",
  481. "style": {
  482. "navigationBarTitleText": "反馈意见",
  483. "enablePullDownRefresh": false
  484. }
  485. },
  486. // {
  487. // "path": "psGoodsDetail/index",
  488. // "style": {
  489. // "navigationBarTitleText": "商品详情",
  490. // "enablePullDownRefresh": false
  491. // }
  492. // },
  493. {
  494. "path": "helpCenter/helpCenter",
  495. "style": {
  496. "navigationBarTitleText": "帮助中心",
  497. "enablePullDownRefresh": false
  498. }
  499. },
  500. {
  501. "path": "coupon/coupon",
  502. "style": {
  503. "navigationBarTitleText": "优惠券列表",
  504. "enablePullDownRefresh": false
  505. }
  506. },
  507. {
  508. "path": "pointsZone/pointsZone",
  509. "style": {
  510. "navigationBarTitleText": "积分兑换专区",
  511. "enablePullDownRefresh": false
  512. }
  513. },
  514. {
  515. "path": "giftZone/giftZone",
  516. "style": {
  517. "navigationBarTitleText": "满额赠品专区",
  518. "enablePullDownRefresh": false
  519. }
  520. },
  521. {
  522. "path": "settleCenter/settleCenter",
  523. "style": {
  524. "navigationBarTitleText": "结算中心",
  525. "enablePullDownRefresh": false
  526. }
  527. },
  528. {
  529. "path": "settleCenter/courseSettleCenter",
  530. "style": {
  531. "navigationBarTitleText": "结算中心",
  532. "enablePullDownRefresh": false
  533. }
  534. },
  535. {
  536. "path": "paySuccess/paySuccess",
  537. "style": {
  538. "navigationBarTitleText": "支付成功",
  539. "navigationStyle": "custom",
  540. "enablePullDownRefresh": false,
  541. "navigationBarTextStyle": "white"
  542. }
  543. },
  544. {
  545. "path": "paySuccess/payCourseSuccess",
  546. "style": {
  547. "navigationBarTitleText": "课程支付成功",
  548. "navigationStyle": "custom",
  549. "enablePullDownRefresh": false,
  550. "navigationBarTextStyle": "white"
  551. }
  552. },
  553. {
  554. "path": "distribution/distribution",
  555. "style": {
  556. "navigationBarTitleText": "分销订单",
  557. "enablePullDownRefresh": false,
  558. "navigationBarBackgroundColor": "#F5F6F8"
  559. }
  560. },
  561. {
  562. "path": "myTeam/myTeam",
  563. "style": {
  564. "navigationBarTitleText": "我的团队",
  565. "enablePullDownRefresh": false,
  566. "navigationBarBackgroundColor": "#F5F6F8"
  567. }
  568. },
  569. {
  570. "path": "withdrawalManagement/withdrawalManagement",
  571. "style": {
  572. "navigationBarTitleText": "提现管理",
  573. "enablePullDownRefresh": false,
  574. "navigationBarBackgroundColor": "#F5F6F8"
  575. }
  576. },
  577. {
  578. "path": "addWithdrawalAccount/addWithdrawalAccount",
  579. "style": {
  580. "navigationBarTitleText": "增加提现账户",
  581. "enablePullDownRefresh": false,
  582. "navigationBarBackgroundColor": "#F5F6F8"
  583. }
  584. },
  585. {
  586. "path": "withdrawalAccountManagement/withdrawalAccountManagement",
  587. "style": {
  588. "navigationBarTitleText": "账户管理",
  589. "enablePullDownRefresh": false,
  590. "navigationBarBackgroundColor": "#F5F6F8"
  591. }
  592. },
  593. {
  594. "path": "applyWithdrawal/applyWithdrawal",
  595. "style": {
  596. "navigationBarTitleText": "申请提现",
  597. "enablePullDownRefresh": false
  598. }
  599. },
  600. {
  601. "path": "poster/poster",
  602. "style": {
  603. "navigationBarTitleText": "推广海报",
  604. "enablePullDownRefresh": false
  605. }
  606. }, {
  607. "path": "searchList/searchList",
  608. "style": {
  609. "navigationBarTitleText": "",
  610. "enablePullDownRefresh": false,
  611. "navigationStyle": "custom"
  612. }
  613. }, {
  614. "path": "collectList/collectList",
  615. "style": {
  616. "navigationBarTitleText": "我的收藏",
  617. "enablePullDownRefresh": false
  618. // "navigationStyle": "custom"
  619. }
  620. }, {
  621. "path": "msGoodsList/msGoodsList",
  622. "style": {
  623. "navigationBarTitleText": "限时优惠专区",
  624. "enablePullDownRefresh": false
  625. // "navigationStyle": "custom"
  626. }
  627. }
  628. ]
  629. }],
  630. "requiredPrivateInfos": ["chooseAddress"],
  631. "tabBar": {
  632. "custom": true,
  633. "color": "#AAAFC4",
  634. "selectedColor": "#C29556",
  635. "borderStyle": "white",
  636. "backgroundColor": "#ffffff",
  637. "height": "64px",
  638. "fontSize": "13px",
  639. "iconWidth": "48rpx",
  640. "spacing": "2px",
  641. "list": [
  642. {
  643. "pagePath": "pages/home/index",
  644. "text": "首页",
  645. "iconPath": "static/ic-shop-b.png",
  646. "selectedIconPath": "static/ic-shop-b.png"
  647. },
  648. // {
  649. // "pagePath": "pages/productCenter/productCenter",
  650. // "text": "好物",
  651. // "iconPath": "static/ic-shop-b.png",
  652. // "selectedIconPath": "static/ic-shop-b.png"
  653. // },
  654. {
  655. "pagePath": "pages/service/service",
  656. "text": "服务",
  657. "iconPath": "static/ic-shop-b.png",
  658. "selectedIconPath": "static/ic-shop-b.png"
  659. },
  660. {
  661. "pagePath": "pages/activity/activity",
  662. "text": "活动",
  663. "iconPath": "static/ic-shop-b.png",
  664. "selectedIconPath": "static/ic-shop-b.png"
  665. },
  666. {
  667. "pagePath": "pages/shoppingCart/shoppingCart",
  668. "text": "购物车",
  669. "iconPath": "static/ic-shop-b.png",
  670. "selectedIconPath": "static/ic-shop-b.png"
  671. },
  672. {
  673. "pagePath": "pages/mine/index",
  674. "text": "我的",
  675. "iconPath": "static/ic-shop-b.png",
  676. "selectedIconPath": "static/ic-shop-b.png"
  677. }
  678. ]
  679. },
  680. "globalStyle": {
  681. "navigationBarTextStyle": "black",
  682. "navigationBarTitleText": "六感熟眠商城",
  683. "navigationBarBackgroundColor": "#FFFFFF",
  684. "fontSize": "13px",
  685. "backgroundColor": "#F8F8F8",
  686. "usingComponents": {
  687. "van-cell": "/wxcomponents/vant/dist/cell/index",
  688. "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  689. "van-col": "/wxcomponents/vant/dist/col/index",
  690. "van-field": "/wxcomponents/vant/dist/field/index",
  691. "van-image": "/wxcomponents/vant/dist/image/index",
  692. "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
  693. "van-row": "/wxcomponents/vant/dist/row/index",
  694. "van-stepper": "/wxcomponents/vant/dist/stepper/index",
  695. "van-tab": "/wxcomponents/vant/dist/tab/index",
  696. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  697. "van-toast": "/wxcomponents/vant/dist/toast/index",
  698. "van-count-down": "/wxcomponents/vant/dist/count-down/index",
  699. "van-popup": "/wxcomponents/vant/dist/popup/index",
  700. "van-picker": "/wxcomponents/vant/dist/picker/index"
  701. }
  702. },
  703. "condition": { //模式配置,仅开发期间生效
  704. "current": 0, //当前激活的模式(list 的索引项)
  705. "list": [{
  706. "name": "" //模式名称
  707. // "path": "pages/home/dashboard/index", //启动页面,必选
  708. // "query": "id=5" //启动参数,在页面的onLoad函数里面得到
  709. }]
  710. }
  711. }