pages.json 15 KB

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