pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ {
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/product/showpro",
  16. "style": {
  17. "navigationBarTitleText": "商品详情"
  18. }
  19. },
  20. {
  21. "path": "pages/public/register",
  22. "style": {
  23. "navigationBarTitleText": "注册",
  24. "app-plus": {
  25. "titleNView": {
  26. "type": "transparent"
  27. }
  28. }
  29. }
  30. }, {
  31. "path": "pages/public/login",
  32. "style": {
  33. "navigationBarTitleText": "登录",
  34. "app-plus": {
  35. "titleNView": {
  36. "type": "transparent"
  37. }
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/collection/collection",
  43. "style": {
  44. "navigationBarTitleText": "支付方式管理"
  45. }
  46. },
  47. {
  48. "path": "pages/collection/bank",
  49. "style": {
  50. "navigationBarTitleText": "添加银行卡"
  51. }
  52. },
  53. {
  54. "path": "pages/collection/zfb",
  55. "style": {
  56. "navigationBarTitleText": "添加支付宝"
  57. }
  58. },
  59. {
  60. "path": "pages/collection/wx",
  61. "style": {
  62. "navigationBarTitleText": "添加TRC20"
  63. }
  64. },
  65. {
  66. "path": "pages/public/wxLogin",
  67. "style": {
  68. "navigationBarTitleText": "微信登录",
  69. "app-plus": {
  70. "titleNView": {
  71. "type": "transparent"
  72. }
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/public/forget",
  78. "style": {
  79. "navigationBarTitleText": "忘记密码",
  80. "app-plus": {
  81. "titleNView": {
  82. "type": "transparent"
  83. }
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/product/reply",
  89. "style": {
  90. "navigationBarTitleText": "商品评价",
  91. "app-plus": {
  92. "titleNView": {
  93. "type": "transparent"
  94. }
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/product/product",
  100. "style": {
  101. "navigationBarTitleText": "详情展示",
  102. "app-plus": {
  103. "titleNView": {
  104. "type": "transparent"
  105. }
  106. }
  107. }
  108. },
  109. {
  110. "path": "pages/product/list",
  111. "style": {
  112. "navigationBarTitleText": "商品列表"
  113. }
  114. },
  115. {
  116. "path": "pages/product/zero",
  117. "style": {
  118. "navigationBarTitleText": "0元购",
  119. "navigationBarBackgroundColor": "#DC262B",
  120. "navigationBarTextStyle": "white"
  121. }
  122. },
  123. {
  124. "path": "pages/index/message",
  125. "style": {
  126. "navigationBarTitleText": "官方公告"
  127. }
  128. },
  129. {
  130. "path": "pages/index/messageInfo",
  131. "style": {
  132. "navigationBarTitleText": "公告详情"
  133. }
  134. },
  135. {
  136. "path": "pages/product/search",
  137. "style": {
  138. "enablePullDownRefresh": true,
  139. // #ifdef APP-PLUS
  140. "navigationStyle": "custom",
  141. // #endif
  142. // #ifndef MP || APP-PLUS
  143. "app-plus": {
  144. "titleNView": {
  145. "searchInput": {
  146. "backgroundColor": "rgba(231, 231, 231,.7)",
  147. "borderRadius": "16px",
  148. "placeholder": "请输入关键字",
  149. "disabled": false,
  150. "placeholderColor": "#606266",
  151. "align": "left"
  152. },
  153. "buttons": [{
  154. "text": "搜索",
  155. "fontSize": "14",
  156. "color": "#303133",
  157. "background": "rgba(0,0,0,0)",
  158. "width": "40px"
  159. }]
  160. }
  161. },
  162. // #endif
  163. "navigationBarTitleText": "搜索"
  164. }
  165. },
  166. {
  167. "path": "pages/product/classify",
  168. "style": {
  169. "navigationStyle": "custom",
  170. "app-plus": {
  171. "titleNView": {
  172. "type": "transparent"
  173. }
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/set/set",
  179. "style": {
  180. "navigationBarTitleText": "设置"
  181. }
  182. },
  183. {
  184. "path": "pages/set/address",
  185. "style": {
  186. "navigationBarTitleText": "收货地址"
  187. }
  188. },
  189. {
  190. "path": "pages/set/addressManage",
  191. "style": {
  192. "navigationBarTitleText": ""
  193. }
  194. },
  195. {
  196. "path": "pages/set/cropper",
  197. "style": {
  198. "navigationBarTitleText": "裁剪",
  199. "app-plus": {
  200. "titleNView": {
  201. "type": "transparent"
  202. }
  203. }
  204. }
  205. },
  206. {
  207. "path": "pages/set/phone",
  208. "style": {
  209. "navigationBarTitleText": "实名认证"
  210. }
  211. },
  212. {
  213. "path": "pages/set/password",
  214. "style": {
  215. "navigationBarTitleText": "修改密码"
  216. }
  217. },
  218. {
  219. "path": "pages/set/userinfo",
  220. "style": {
  221. "navigationBarTitleText": "修改资料"
  222. }
  223. },
  224. {
  225. "path": "pages/cart/cart",
  226. "style": {
  227. "navigationBarTitleText": "购物车"
  228. }
  229. },
  230. {
  231. "path": "pages/user/user",
  232. "style": {
  233. "navigationBarTitleText": "个人中心",
  234. "app-plus": {
  235. "titleNView": false
  236. }
  237. }
  238. },
  239. {
  240. "path": "pages/user/mygwjf",
  241. "style": {
  242. "navigationBarTitleText": "购物积分",
  243. "app-plus": {
  244. "titleNView": false
  245. }
  246. }
  247. },
  248. {
  249. "path": "pages/user/mytg",
  250. "style": {
  251. "navigationBarTitleText": "我的广告值",
  252. "app-plus": {
  253. "titleNView": false
  254. }
  255. }
  256. },
  257. {
  258. "path": "pages/user/mythq",
  259. "style": {
  260. "navigationBarTitleText": "消费券",
  261. "app-plus": {
  262. "titleNView": false
  263. }
  264. }
  265. },
  266. {
  267. "path": "pages/user/myggz",
  268. "style": {
  269. "navigationBarTitleText": "贡献值",
  270. "app-plus": {
  271. "titleNView": false
  272. }
  273. }
  274. },
  275. {
  276. "path": "pages/user/myjf",
  277. "style": {
  278. "navigationBarTitleText": "动态积分",
  279. "app-plus": {
  280. "titleNView": false
  281. }
  282. }
  283. },
  284. {
  285. "path": "pages/user/myxfjf",
  286. "style": {
  287. "navigationBarTitleText": "我的消费积分",
  288. "app-plus": {
  289. "titleNView": false
  290. }
  291. }
  292. },
  293. {
  294. "path": "pages/user/xfjfzz",
  295. "style": {
  296. "navigationBarTitleText": "积分转账"
  297. }
  298. },
  299. {
  300. "path": "pages/user/mygwjfhz",
  301. "style": {
  302. "navigationBarTitleText": "购物积分互转"
  303. }
  304. },
  305. {
  306. "path": "pages/user/award",
  307. "style": {
  308. "navigationBarTitleText": "奖励明细",
  309. "app-plus": {
  310. "titleNView": {
  311. "type": "transparent"
  312. }
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/user/withdrawal",
  318. "style": {
  319. "navigationBarTitleText": "积分提现"
  320. }
  321. },
  322. {
  323. "path": "pages/user/notice",
  324. "style": {
  325. "navigationBarTitleText": "通知"
  326. }
  327. },
  328. {
  329. "path": "pages/user/favorites",
  330. "style": {
  331. "navigationBarTitleText": "我的收藏"
  332. }
  333. }, {
  334. "path": "pages/user/coupon",
  335. "style": {
  336. "navigationBarTitleText": "我的卡卷"
  337. }
  338. },
  339. {
  340. "path": "pages/order/order",
  341. "style": {
  342. "navigationBarTitleText": "我的订单",
  343. "app-plus": {
  344. "bounce": "none"
  345. }
  346. }
  347. },
  348. {
  349. "path": "pages/order/expressInfo",
  350. "style": {
  351. "navigationBarTitleText": "快递详情"
  352. }
  353. },
  354. {
  355. "path": "pages/order/orderDetail",
  356. "style": {
  357. "navigationBarTitleText": "订单详情",
  358. "app-plus": {
  359. "bounce": "none"
  360. }
  361. }
  362. },
  363. {
  364. "path": "pages/order/evaluate",
  365. "style": {
  366. "navigationBarTitleText": "评论"
  367. }
  368. },
  369. {
  370. "path": "pages/order/orderRefund",
  371. "style": {
  372. "navigationBarTitleText": "申请退款"
  373. }
  374. },
  375. {
  376. "path": "pages/order/createOrder",
  377. "style": {
  378. "navigationBarTitleText": "创建订单"
  379. }
  380. }, {
  381. "path": "pages/money/pay",
  382. "style": {
  383. "navigationBarTitleText": "支付"
  384. }
  385. },
  386. {
  387. "path": "pages/money/paySuccess",
  388. "style": {
  389. "navigationBarTitleText": "支付成功"
  390. }
  391. },
  392. {
  393. "path": "pages/money/moneyPwd",
  394. "style": {
  395. "navigationBarTitleText": "设置支付密码"
  396. }
  397. },
  398. {
  399. "path": "pages/money/wallet",
  400. "style": {
  401. "navigationBarTitleText": "我的钱包",
  402. "app-plus": {
  403. "titleNView": false
  404. }
  405. }
  406. },
  407. {
  408. "path": "pages/money/account",
  409. "style": {
  410. "navigationBarTitleText": "提现账号"
  411. }
  412. },
  413. {
  414. "path": "pages/money/recharge",
  415. "style": {
  416. "navigationBarTitleText": "充值"
  417. }
  418. },
  419. {
  420. "path": "pages/money/chongzhi",
  421. "style": {
  422. "navigationBarTitleText": "充值"
  423. }
  424. },
  425. {
  426. "path": "pages/money/withdmoenys",
  427. "style": {
  428. "navigationBarTitleText": "兑换"
  429. }
  430. },
  431. {
  432. "path": "pages/category/category",
  433. "style": {
  434. // #ifdef APP-PLUS
  435. "navigationStyle": "custom",
  436. // #endif
  437. // #ifndef MP
  438. "app-plus": {
  439. "bounce": "none",
  440. "titleNView": {
  441. "searchInput": {
  442. "backgroundColor": "rgba(231, 231, 231,.7)",
  443. "borderRadius": "16px",
  444. "placeholder": "商品搜索",
  445. "disabled": true,
  446. "placeholderColor": "#606266",
  447. "align": "left"
  448. }
  449. }
  450. },
  451. // #endif
  452. "navigationBarTitleText": "分类"
  453. }
  454. },
  455. {
  456. "path": "pages/redirect/redirect",
  457. "style": {
  458. "navigationBarTitleText": "微信登录跳转页面",
  459. "app-plus": {
  460. "titleNView": false
  461. }
  462. }
  463. },
  464. {
  465. "path": "pages/money/money",
  466. "style": {
  467. "navigationBarTitleText": "财务",
  468. "app-plus": {
  469. "titleNView": false
  470. }
  471. }
  472. },
  473. {
  474. "path": "pages/user/shareQrCode",
  475. "style": {
  476. "navigationBarTitleText": "邀请好友"
  477. }
  478. },
  479. {
  480. "path": "pages/contract/agreement",
  481. "style": {
  482. "navigationBarTitleText": "注册协议"
  483. }
  484. },
  485. {
  486. "path": "pages/contract/privacy",
  487. "style": {
  488. "navigationBarTitleText": "隐私政策"
  489. }
  490. },
  491. {
  492. "path": "pages/coupon/couponList",
  493. "style": {
  494. "navigationBarTitleText": "领券中心"
  495. }
  496. },
  497. {
  498. "path": "pages/coupon/myCoupon",
  499. "style": {
  500. "navigationBarTitleText": "我的卡券"
  501. }
  502. },
  503. {
  504. "path": "pages/index/xfqzq",
  505. "style": {
  506. "navigationBarTitleText": "消费券专区",
  507. "app-plus": {
  508. "titleNView": false
  509. }
  510. }
  511. },
  512. {
  513. "path": "pages/index/bdzq",
  514. "style": {
  515. "navigationBarTitleText": "积分专区",
  516. "app-plus": {
  517. "titleNView": false
  518. }
  519. }
  520. },
  521. {
  522. "path": "pages/index/rxbd",
  523. "style": {
  524. "navigationBarTitleText": "易博甄选",
  525. "app-plus": {
  526. "titleNView": false
  527. }
  528. }
  529. }
  530. ],
  531. "globalStyle": {
  532. "navigationBarTextStyle": "black",
  533. "navigationBarTitleText": "环球优购",
  534. "navigationBarBackgroundColor": "#FFFFFF",
  535. "backgroundColor": "#f8f8f8"
  536. },
  537. "tabBar": {
  538. "color": "#C0C4CC",
  539. "selectedColor": "#f42b4e",
  540. "borderStyle": "black",
  541. "backgroundColor": "#ffffff",
  542. "list": [{
  543. "pagePath": "pages/index/index",
  544. "iconPath": "static/tabBar/tab-home.png",
  545. "selectedIconPath": "static/tabBar/tab-home-current.png",
  546. "text": "首页"
  547. },
  548. // {
  549. // "pagePath": "pages/category/category",
  550. // "iconPath": "static/tabBar/tab-cate.png",
  551. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  552. // "text": "分类"
  553. // },
  554. {
  555. "pagePath": "pages/cart/cart",
  556. "iconPath": "static/tabBar/tab-cart.png",
  557. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  558. "text": "购物车"
  559. },
  560. {
  561. "pagePath": "pages/user/user",
  562. "iconPath": "static/tabBar/tab-my.png",
  563. "selectedIconPath": "static/tabBar/tab-my-current.png",
  564. "text": "我的"
  565. }
  566. ]
  567. }
  568. }