pages.json 11 KB

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