pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  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": "course/course",
  118. "style": {
  119. "navigationBarTitleText": "课程列表",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "orderDetail/orderDetail",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationStyle": "custom",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "afterSales/afterSales",
  133. "style": {
  134. "navigationBarTitleText": "申请售后",
  135. "navigationBarBackgroundColor": "#F5F6F8",
  136. "enablePullDownRefresh": false
  137. }
  138. },
  139. {
  140. "path": "cancelOrder/cancelOrder",
  141. "style": {
  142. "navigationBarTitleText": "取消订单",
  143. "navigationBarBackgroundColor": "#F5F6F8",
  144. "enablePullDownRefresh": false
  145. }
  146. },
  147. {
  148. "path": "goodsDetail/goodsDetail",
  149. "style": {
  150. "enablePullDownRefresh": false,
  151. // "navigationStyle": "custom",
  152. "navigationBarTitleText": "商品详情"
  153. }
  154. },
  155. {
  156. "path": "courseDetail/courseDetail",
  157. "style": {
  158. "navigationBarTitleText": "课程详情",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "activityDetail/activityDetail",
  164. "style": {
  165. "navigationBarTitleText": "活动详情",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "activityDetail/activitySave",
  171. "style": {
  172. "navigationBarTitleText": "活动报名",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "addAddress/addAddress",
  178. "style": {
  179. "navigationBarTitleText": "添加收货地址",
  180. "navigationBarBackgroundColor": "#F5F6F8",
  181. "enablePullDownRefresh": false
  182. }
  183. },
  184. {
  185. "path": "addressMg/addressMg",
  186. "style": {
  187. "navigationBarTitleText": "地址管理",
  188. "navigationBarBackgroundColor": "#F5F6F8"
  189. }
  190. },
  191. {
  192. "path": "wallet/index",
  193. "style": {
  194. "navigationBarTitleText": "钱包",
  195. "enablePullDownRefresh": false
  196. }
  197. },
  198. {
  199. "path": "promotionCooperation/index",
  200. "style": {
  201. "navigationBarTitleText": "推广合作",
  202. "enablePullDownRefresh": false,
  203. "navigationStyle": "custom",
  204. "app-plus": {
  205. // 将回弹属性关掉
  206. "bounce": "none"
  207. }
  208. }
  209. },
  210. {
  211. "path": "personalDataManagement/index",
  212. "style": {
  213. "navigationBarTitleText": "个人中心",
  214. "enablePullDownRefresh": false,
  215. "app-plus": {
  216. // 将回弹属性关掉
  217. "bounce": "none"
  218. }
  219. }
  220. },
  221. {
  222. "path": "register/index",
  223. "style": {
  224. "navigationBarTitleText": "修改用户信息",
  225. "enablePullDownRefresh": false,
  226. "app-plus": {
  227. // 将回弹属性关掉
  228. "bounce": "none"
  229. }
  230. }
  231. },
  232. {
  233. "path": "recharge/index",
  234. "style": {
  235. "navigationBarTitleText": "充值",
  236. "enablePullDownRefresh": false,
  237. "app-plus": {
  238. // 将回弹属性关掉
  239. "bounce": "none"
  240. }
  241. }
  242. },
  243. {
  244. "path": "withdrawal/index",
  245. "style": {
  246. "navigationBarTitleText": "提现",
  247. "enablePullDownRefresh": false,
  248. "app-plus": {
  249. // 将回弹属性关掉
  250. "bounce": "none"
  251. }
  252. }
  253. },
  254. {
  255. "path": "helpList/index",
  256. "style": {
  257. "navigationBarTitleText": "帮助中心",
  258. "enablePullDownRefresh": true,
  259. "app-plus": {
  260. // 将回弹属性关掉
  261. "bounce": "none"
  262. }
  263. }
  264. },
  265. {
  266. "path": "helpDetails/index",
  267. "style": {
  268. "navigationBarTitleText": "帮助中心",
  269. "enablePullDownRefresh": false,
  270. "app-plus": {
  271. // 将回弹属性关掉
  272. "bounce": "none"
  273. }
  274. }
  275. },
  276. {
  277. "path": "authenticationList/index",
  278. "style": {
  279. "navigationBarTitleText": "身份认证",
  280. "enablePullDownRefresh": true,
  281. "app-plus": {
  282. // 将回弹属性关掉
  283. "bounce": "none"
  284. }
  285. }
  286. },
  287. {
  288. "path": "authenticationDetails/index",
  289. "style": {
  290. "navigationBarTitleText": "身份认证",
  291. "enablePullDownRefresh": false,
  292. "app-plus": {
  293. // 将回弹属性关掉
  294. "bounce": "none"
  295. }
  296. }
  297. },
  298. {
  299. "path": "lookHistory/index",
  300. "style": {
  301. "navigationBarTitleText": "足迹",
  302. "enablePullDownRefresh": false,
  303. "app-plus": {
  304. // 将回弹属性关掉
  305. "bounce": "none"
  306. }
  307. }
  308. },
  309. {
  310. "path": "followAccount/followAccount",
  311. "style": {
  312. "navigationBarTitleText": "关注公众号",
  313. "enablePullDownRefresh": false
  314. }
  315. },
  316. {
  317. "path": "feedback/feedback",
  318. "style": {
  319. "navigationBarTitleText": "反馈意见",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. // {
  324. // "path": "psGoodsDetail/index",
  325. // "style": {
  326. // "navigationBarTitleText": "商品详情",
  327. // "enablePullDownRefresh": false
  328. // }
  329. // },
  330. {
  331. "path": "helpCenter/helpCenter",
  332. "style": {
  333. "navigationBarTitleText": "帮助中心",
  334. "enablePullDownRefresh": false
  335. }
  336. },
  337. {
  338. "path": "coupon/coupon",
  339. "style": {
  340. "navigationBarTitleText": "优惠券列表",
  341. "enablePullDownRefresh": false
  342. }
  343. },
  344. {
  345. "path": "pointsZone/pointsZone",
  346. "style": {
  347. "navigationBarTitleText": "积分兑换专区",
  348. "enablePullDownRefresh": false
  349. }
  350. },
  351. {
  352. "path": "giftZone/giftZone",
  353. "style": {
  354. "navigationBarTitleText": "满额赠品专区",
  355. "enablePullDownRefresh": false
  356. }
  357. },
  358. {
  359. "path": "settleCenter/settleCenter",
  360. "style": {
  361. "navigationBarTitleText": "结算中心",
  362. "enablePullDownRefresh": false
  363. }
  364. },
  365. {
  366. "path": "settleCenter/courseSettleCenter",
  367. "style": {
  368. "navigationBarTitleText": "结算中心",
  369. "enablePullDownRefresh": false
  370. }
  371. },
  372. {
  373. "path": "paySuccess/paySuccess",
  374. "style": {
  375. "navigationBarTitleText": "支付成功",
  376. "navigationStyle": "custom",
  377. "enablePullDownRefresh": false,
  378. "navigationBarTextStyle": "white"
  379. }
  380. },
  381. {
  382. "path": "paySuccess/payCourseSuccess",
  383. "style": {
  384. "navigationBarTitleText": "课程支付成功",
  385. "navigationStyle": "custom",
  386. "enablePullDownRefresh": false,
  387. "navigationBarTextStyle": "white"
  388. }
  389. },
  390. {
  391. "path": "distribution/distribution",
  392. "style": {
  393. "navigationBarTitleText": "分销订单",
  394. "enablePullDownRefresh": false,
  395. "navigationBarBackgroundColor": "#F5F6F8"
  396. }
  397. },
  398. {
  399. "path": "myTeam/myTeam",
  400. "style": {
  401. "navigationBarTitleText": "我的团队",
  402. "enablePullDownRefresh": false,
  403. "navigationBarBackgroundColor": "#F5F6F8"
  404. }
  405. },
  406. {
  407. "path": "withdrawalManagement/withdrawalManagement",
  408. "style": {
  409. "navigationBarTitleText": "提现管理",
  410. "enablePullDownRefresh": false,
  411. "navigationBarBackgroundColor": "#F5F6F8"
  412. }
  413. },
  414. {
  415. "path": "addWithdrawalAccount/addWithdrawalAccount",
  416. "style": {
  417. "navigationBarTitleText": "增加提现账户",
  418. "enablePullDownRefresh": false,
  419. "navigationBarBackgroundColor": "#F5F6F8"
  420. }
  421. },
  422. {
  423. "path": "withdrawalAccountManagement/withdrawalAccountManagement",
  424. "style": {
  425. "navigationBarTitleText": "账户管理",
  426. "enablePullDownRefresh": false,
  427. "navigationBarBackgroundColor": "#F5F6F8"
  428. }
  429. },
  430. {
  431. "path": "applyWithdrawal/applyWithdrawal",
  432. "style": {
  433. "navigationBarTitleText": "申请提现",
  434. "enablePullDownRefresh": false
  435. }
  436. },
  437. {
  438. "path": "poster/poster",
  439. "style": {
  440. "navigationBarTitleText": "推广海报",
  441. "enablePullDownRefresh": false
  442. }
  443. }, {
  444. "path": "searchList/searchList",
  445. "style": {
  446. "navigationBarTitleText": "",
  447. "enablePullDownRefresh": false,
  448. "navigationStyle": "custom"
  449. }
  450. }, {
  451. "path": "collectList/collectList",
  452. "style": {
  453. "navigationBarTitleText": "我的收藏",
  454. "enablePullDownRefresh": false
  455. // "navigationStyle": "custom"
  456. }
  457. }, {
  458. "path": "msGoodsList/msGoodsList",
  459. "style": {
  460. "navigationBarTitleText": "限时优惠专区",
  461. "enablePullDownRefresh": false
  462. // "navigationStyle": "custom"
  463. }
  464. }
  465. ]
  466. }],
  467. "requiredPrivateInfos": ["chooseAddress"],
  468. "tabBar": {
  469. "custom": true,
  470. "color": "#AAAFC4",
  471. "selectedColor": "#C29556",
  472. "borderStyle": "white",
  473. "backgroundColor": "#ffffff",
  474. "height": "64px",
  475. "fontSize": "13px",
  476. "iconWidth": "48rpx",
  477. "spacing": "2px",
  478. "list": [
  479. {
  480. "pagePath": "pages/home/index",
  481. "text": "首页",
  482. "iconPath": "static/index-a.png",
  483. "selectedIconPath": "static/index-b.png"
  484. },
  485. {
  486. "pagePath": "pages/productCenter/productCenter",
  487. "text": "好物",
  488. "iconPath": "static/pd-a.png",
  489. "selectedIconPath": "static/pd-b.png"
  490. },
  491. {
  492. "pagePath": "pages/activity/activity",
  493. "text": "活动",
  494. "iconPath": "static/hd-a.png",
  495. "selectedIconPath": "static/hd-b.png"
  496. },
  497. {
  498. "pagePath": "pages/shoppingCart/shoppingCart",
  499. "text": "购物车",
  500. "iconPath": "static/cart-a.png",
  501. "selectedIconPath": "static/cart-b.png"
  502. },
  503. {
  504. "pagePath": "pages/mine/index",
  505. "text": "我的",
  506. "iconPath": "static/mine-a.png",
  507. "selectedIconPath": "static/mine-b.png"
  508. }
  509. ]
  510. },
  511. "globalStyle": {
  512. "navigationBarTextStyle": "black",
  513. "navigationBarTitleText": "六感熟眠商城",
  514. "navigationBarBackgroundColor": "#FFFFFF",
  515. "fontSize": "13px",
  516. "backgroundColor": "#F8F8F8",
  517. "usingComponents": {
  518. "van-cell": "/wxcomponents/vant/dist/cell/index",
  519. "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
  520. "van-col": "/wxcomponents/vant/dist/col/index",
  521. "van-field": "/wxcomponents/vant/dist/field/index",
  522. "van-image": "/wxcomponents/vant/dist/image/index",
  523. "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
  524. "van-row": "/wxcomponents/vant/dist/row/index",
  525. "van-stepper": "/wxcomponents/vant/dist/stepper/index",
  526. "van-tab": "/wxcomponents/vant/dist/tab/index",
  527. "van-tabs": "/wxcomponents/vant/dist/tabs/index",
  528. "van-toast": "/wxcomponents/vant/dist/toast/index",
  529. "van-count-down": "/wxcomponents/vant/dist/count-down/index"
  530. }
  531. },
  532. "condition": { //模式配置,仅开发期间生效
  533. "current": 0, //当前激活的模式(list 的索引项)
  534. "list": [{
  535. "name": "" //模式名称
  536. // "path": "pages/home/dashboard/index", //启动页面,必选
  537. // "query": "id=5" //启动参数,在页面的onLoad函数里面得到
  538. }]
  539. }
  540. }