pages.json 14 KB

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