pages.json 12 KB

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