pages.json 11 KB

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