pages.json 12 KB

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