pages.json 11 KB

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