pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  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. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "none"
  16. }
  17. },
  18. // #endif
  19. "navigationBarTitleText": "易趣GO 一起购"
  20. }
  21. },
  22. {
  23. "path": "pages/product/new",
  24. "style": {
  25. "navigationBarTitleText": "新品",
  26. "app-plus": {
  27. "titleNView": false
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/index/sign",
  33. "style": {
  34. "navigationBarTitleText": "每日签到",
  35. "app-plus": {
  36. "titleNView": {
  37. "type": "transparent"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/product/seckill",
  44. "style": {
  45. "navigationBarTitleText": "限时秒杀"
  46. }
  47. },
  48. {
  49. "path": "pages/index/goldenBean",
  50. "style": {
  51. "navigationBarTitleText": ""
  52. }
  53. },
  54. {
  55. "path": "pages/public/register",
  56. "style": {
  57. "navigationBarTitleText": "注册",
  58. "app-plus": {
  59. "titleNView": {
  60. "type": "transparent"
  61. }
  62. }
  63. }
  64. }, {
  65. "path": "pages/public/login",
  66. "style": {
  67. "navigationBarTitleText": "登录",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/money/moneyPwd",
  77. "style": {
  78. "navigationBarTitleText": "交易密码",
  79. "navigationBarBackgroundColor": "#FFFFFF",
  80. "navigationBarTextStyle": "black"
  81. }
  82. },
  83. {
  84. "path": "pages/collection/collection",
  85. "style": {
  86. "navigationBarTitleText": "银行卡管理"
  87. }
  88. },
  89. {
  90. "path": "pages/collection/bank",
  91. "style": {
  92. "navigationBarTitleText": "添加银行卡"
  93. }
  94. },
  95. {
  96. "path": "pages/user/zhuanyue",
  97. "style": {
  98. "navigationBarTitleText": "转换"
  99. }
  100. },
  101. {
  102. "path": "pages/collection/zfb",
  103. "style": {
  104. "navigationBarTitleText": "添加支付宝"
  105. }
  106. },
  107. {
  108. "path": "pages/collection/wx",
  109. "style": {
  110. "navigationBarTitleText": "添加微信"
  111. }
  112. },
  113. {
  114. "path": "pages/money/success",
  115. "style": {
  116. "navigationBarTitleText": "提交成功"
  117. }
  118. },
  119. {
  120. "path": "pages/public/wxLogin",
  121. "style": {
  122. "navigationBarTitleText": "微信登录",
  123. "app-plus": {
  124. "titleNView": {
  125. "type": "transparent"
  126. }
  127. }
  128. }
  129. },
  130. {
  131. "path": "pages/user/mygs",
  132. "style": {
  133. "navigationBarTitleText": "我的收益",
  134. "app-plus": {
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/public/forget",
  143. "style": {
  144. "navigationBarTitleText": "忘记密码",
  145. "app-plus": {
  146. "titleNView": {
  147. "type": "transparent"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/product/reply",
  154. "style": {
  155. "navigationBarTitleText": "商品评价",
  156. "app-plus": {
  157. "titleNView": {
  158. "type": "transparent"
  159. }
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/product/product",
  165. "style": {
  166. "navigationBarTitleText": "详情展示",
  167. "app-plus": {
  168. "titleNView": {
  169. "type": "transparent"
  170. }
  171. }
  172. }
  173. },
  174. {
  175. "path": "pages/hall/porducthall",
  176. "style": {
  177. "navigationBarTitleText": "详情展示",
  178. "app-plus": {
  179. "titleNView": {
  180. "type": "transparent"
  181. }
  182. }
  183. }
  184. },
  185. {
  186. "path": "pages/hall/gsell",
  187. "style": {
  188. "navigationBarTitleText": "挂售"
  189. }
  190. },
  191. {
  192. "path": "pages/product/list",
  193. "style": {
  194. "navigationBarTitleText": "商品列表"
  195. }
  196. },
  197. {
  198. "path": "pages/product/zero",
  199. "style": {
  200. "navigationBarTitleText": "0元购",
  201. "navigationBarBackgroundColor": "#DC262B",
  202. "navigationBarTextStyle": "white"
  203. }
  204. },
  205. {
  206. "path": "pages/store/store",
  207. "style": {
  208. "navigationBarTitleText": "合作专区"
  209. }
  210. },
  211. {
  212. "path": "pages/store/storeInfo",
  213. "style": {
  214. "navigationBarTitleText": "门店信息"
  215. }
  216. },
  217. {
  218. "path": "pages/index/message",
  219. "style": {
  220. "navigationBarTitleText": "官方公告"
  221. }
  222. },
  223. {
  224. "path": "pages/index/messageInfo",
  225. "style": {
  226. "navigationBarTitleText": "公告详情"
  227. }
  228. },
  229. {
  230. "path": "pages/product/search",
  231. "style": {
  232. "enablePullDownRefresh": true,
  233. // #ifdef APP-PLUS
  234. "navigationStyle": "custom",
  235. // #endif
  236. // #ifndef MP || APP-PLUS
  237. "app-plus": {
  238. "titleNView": {
  239. "searchInput": {
  240. "backgroundColor": "rgba(231, 231, 231,.7)",
  241. "borderRadius": "16px",
  242. "placeholder": "请输入关键字",
  243. "disabled": false,
  244. "placeholderColor": "#606266",
  245. "align": "left"
  246. },
  247. "buttons": [{
  248. "text": "搜索",
  249. "fontSize": "14",
  250. "color": "#303133",
  251. "background": "rgba(0,0,0,0)",
  252. "width": "40px"
  253. }]
  254. }
  255. },
  256. // #endif
  257. "navigationBarTitleText": "搜索"
  258. }
  259. },
  260. {
  261. "path": "pages/product/classify",
  262. "style": {
  263. "navigationBarTitleText": "",
  264. "app-plus": {
  265. "titleNView": {
  266. "type": "none"
  267. }
  268. }
  269. }
  270. },
  271. {
  272. "path": "pages/set/set",
  273. "style": {
  274. "navigationBarTitleText": "设置"
  275. }
  276. },
  277. {
  278. "path": "pages/set/address",
  279. "style": {
  280. "navigationBarTitleText": "收货地址"
  281. }
  282. },
  283. {
  284. "path": "pages/set/addressManage",
  285. "style": {
  286. "navigationBarTitleText": ""
  287. }
  288. },
  289. {
  290. "path": "pages/set/phone",
  291. "style": {
  292. "navigationBarTitleText": "实名认证"
  293. }
  294. },
  295. {
  296. "path": "pages/set/password",
  297. "style": {
  298. "navigationBarTitleText": "修改密码"
  299. }
  300. },
  301. {
  302. "path": "pages/set/userinfo",
  303. "style": {
  304. "navigationBarTitleText": "修改资料"
  305. }
  306. }, {
  307. "path": "pages/cart/cart",
  308. "style": {
  309. "navigationBarTitleText": "购物车"
  310. }
  311. },
  312. {
  313. "path": "pages/user/user",
  314. "style": {
  315. "navigationBarTitleText": "个人中心",
  316. "app-plus": {
  317. "titleNView": false
  318. }
  319. }
  320. },
  321. {
  322. "path": "pages/user/award",
  323. "style": {
  324. "navigationBarTitleText": "奖励明细",
  325. "app-plus": {
  326. "titleNView": {
  327. "type": "transparent"
  328. }
  329. }
  330. }
  331. },
  332. {
  333. "path": "pages/user/gzsq",
  334. "style": {
  335. "navigationBarTitleText": "馆长申请"
  336. }
  337. },
  338. {
  339. "path": "pages/user/myfans",
  340. "style": {
  341. "navigationBarTitleText": "我的粉丝"
  342. }
  343. },
  344. {
  345. "path": "pages/user/myproduct",
  346. "style": {
  347. "navigationBarTitleText": "我的商品"
  348. }
  349. },
  350. {
  351. "path": "pages/user/myyue",
  352. "style": {
  353. "navigationBarTitleText": "我的余额",
  354. "app-plus": {
  355. "titleNView": {
  356. "type": "transparent"
  357. }
  358. }
  359. }
  360. },
  361. {
  362. "path": "pages/user/notice",
  363. "style": {
  364. "navigationBarTitleText": "通知"
  365. }
  366. },
  367. {
  368. "path": "pages/user/xrtd",
  369. "style": {
  370. "navigationBarTitleText": "新人通道"
  371. }
  372. },
  373. {
  374. "path": "pages/user/approve",
  375. "style": {
  376. "navigationBarTitleText": "实名认证",
  377. "navigationBarBackgroundColor": "#ff0000",
  378. "navigationBarTextStyle": "white"
  379. }
  380. },
  381. {
  382. "path": "pages/user/sqjl",
  383. "style": {
  384. "navigationBarTitleText": "申请记录"
  385. }
  386. },
  387. {
  388. "path": "pages/order/index",
  389. "style": {
  390. "navigationStyle": "custom",
  391. "navigationBarTitleText": "我的订单",
  392. "app-plus": {
  393. "bounce": "none"
  394. }
  395. }
  396. },
  397. {
  398. "path": "pages/order/order",
  399. "style": {
  400. "navigationBarTitleText": "我的订单"
  401. }
  402. },
  403. {
  404. "path": "pages/order/order1",
  405. "style": {
  406. "navigationBarTitleText": "我的订单"
  407. }
  408. },
  409. {
  410. "path": "pages/order/expressInfo",
  411. "style": {
  412. "navigationBarTitleText": "快递详情"
  413. }
  414. },
  415. {
  416. "path": "pages/order/orderDetail",
  417. "style": {
  418. "navigationBarTitleText": "订单详情",
  419. "app-plus": {
  420. "bounce": "none"
  421. }
  422. }
  423. },
  424. {
  425. "path": "pages/order/hallorderDetail",
  426. "style": {
  427. "navigationBarTitleText": "订单详情",
  428. "app-plus": {
  429. "bounce": "none"
  430. }
  431. }
  432. },
  433. {
  434. "path": "pages/hall/hallpay",
  435. "style": {
  436. "navigationBarTitleText": "支付"
  437. }
  438. },
  439. {
  440. "path": "pages/order/evaluate",
  441. "style": {
  442. "navigationBarTitleText": "评论"
  443. }
  444. },
  445. {
  446. "path": "pages/order/orderRefund",
  447. "style": {
  448. "navigationBarTitleText": "申请退款"
  449. }
  450. },
  451. {
  452. "path": "pages/order/createOrder",
  453. "style": {
  454. "navigationBarTitleText": "创建订单"
  455. }
  456. }, {
  457. "path": "pages/money/pay",
  458. "style": {
  459. "navigationBarTitleText": "支付"
  460. }
  461. },
  462. {
  463. "path": "pages/money/paySuccess",
  464. "style": {
  465. "navigationBarTitleText": "支付成功"
  466. }
  467. },
  468. {
  469. "path": "pages/money/wallet",
  470. "style": {
  471. "navigationBarTitleText": "转账"
  472. }
  473. },
  474. {
  475. "path": "pages/money/withdrawal",
  476. "style": {
  477. "navigationBarTitleText": "提现"
  478. }
  479. },
  480. {
  481. "path": "pages/money/recharge",
  482. "style": {
  483. "navigationBarTitleText": "充值"
  484. }
  485. },
  486. {
  487. "path": "pages/category/category",
  488. "style": {
  489. // #ifdef APP-PLUS
  490. "navigationStyle": "custom",
  491. // #endif
  492. // #ifndef MP
  493. "app-plus": {
  494. "bounce": "none",
  495. "titleNView": {
  496. "searchInput": {
  497. "backgroundColor": "rgba(231, 231, 231,.7)",
  498. "borderRadius": "16px",
  499. "placeholder": "商品搜索",
  500. "disabled": true,
  501. "placeholderColor": "#606266",
  502. "align": "left"
  503. }
  504. }
  505. },
  506. // #endif
  507. "navigationBarTitleText": "分类"
  508. }
  509. },
  510. {
  511. "path": "pages/redirect/redirect",
  512. "style": {
  513. "navigationBarTitleText": "微信登录跳转页面",
  514. "app-plus": {
  515. "titleNView": false
  516. }
  517. }
  518. },
  519. {
  520. "path": "pages/hall/hall",
  521. "style": {
  522. "navigationBarTitleText": "易趣认购",
  523. "app-plus": {
  524. "titleNView": false
  525. }
  526. }
  527. },
  528. {
  529. "path": "pages/hall/halllist",
  530. "style": {
  531. "navigationBarTitleText": "会馆详情",
  532. "app-plus": {
  533. "titleNView": false
  534. }
  535. }
  536. },
  537. {
  538. "path": "pages/hall/hallinfo",
  539. "style": {
  540. "navigationBarTitleText": "场次详情",
  541. "app-plus": {
  542. "titleNView": false
  543. }
  544. }
  545. },
  546. {
  547. "path": "pages/hall/history",
  548. "style": {
  549. "navigationBarTitleText": "场次详情"
  550. }
  551. },
  552. {
  553. "path": "pages/money/money",
  554. "style": {
  555. "navigationBarTitleText": "财务",
  556. "app-plus": {
  557. "titleNView": false
  558. }
  559. }
  560. },
  561. {
  562. "path": "pages/user/myAppointment",
  563. "style": {
  564. "navigationBarTitleText": "我的广告值",
  565. "app-plus": {
  566. "titleNView": false
  567. }
  568. }
  569. },
  570. {
  571. "path": "pages/product/qudouShop",
  572. "style": {
  573. "navigationBarTitleText": "趣豆购物"
  574. // "app-plus": {
  575. // "titleNView": false
  576. // }
  577. }
  578. },
  579. {
  580. "path": "pages/user/shareQrCode",
  581. "style": {
  582. "navigationBarTitleText": "邀请好友"
  583. }
  584. }, {
  585. "path": "pages/money/qudou",
  586. "style": {
  587. "navigationBarTitleText": "我的趣豆",
  588. "enablePullDownRefresh": false,
  589. "app-plus": {
  590. "titleNView": false
  591. }
  592. }
  593. }
  594. ,{
  595. "path" : "pages/money/jinDou",
  596. "style": {
  597. "navigationBarTitleText": "我的金豆",
  598. "enablePullDownRefresh": false,
  599. "app-plus": {
  600. "titleNView": false
  601. }
  602. }
  603. }
  604. ,{
  605. "path" : "pages/money/gouwu",
  606. "style": {
  607. "navigationBarTitleText": "我的购物券",
  608. "enablePullDownRefresh": false,
  609. "app-plus": {
  610. "titleNView": false
  611. }
  612. }
  613. }
  614. ,{
  615. "path" : "pages/product/fenlei",
  616. "style" :
  617. {
  618. "navigationBarTitleText": "",
  619. "enablePullDownRefresh": false
  620. }
  621. }
  622. ],
  623. "globalStyle": {
  624. "navigationBarTextStyle": "black",
  625. "navigationBarTitleText": "uni-app",
  626. "navigationBarBackgroundColor": "#FFFFFF",
  627. "backgroundColor": "#f8f8f8"
  628. },
  629. "tabBar": {
  630. "color": "#C0C4CC",
  631. "selectedColor": "#f42b4e",
  632. "borderStyle": "black",
  633. "backgroundColor": "#ffffff",
  634. "list": [{
  635. "pagePath": "pages/index/index",
  636. "iconPath": "static/tabBar/tab-home.png",
  637. "selectedIconPath": "static/tabBar/tab-home-current.png",
  638. "text": "首页"
  639. },
  640. {
  641. "pagePath": "pages/category/category",
  642. "iconPath": "static/tabBar/tab-cate.png",
  643. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  644. "text": "分类"
  645. },
  646. {
  647. "pagePath": "pages/product/new",
  648. "iconPath": "static/tabBar/tab-cart.png",
  649. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  650. "text": "新品认购区"
  651. },
  652. {
  653. "pagePath": "pages/cart/cart",
  654. "iconPath": "static/tabBar/tab-pink.png",
  655. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  656. "text": "购物车"
  657. },
  658. {
  659. "pagePath": "pages/hall/hall",
  660. // "iconPath": "static/tabBar/tab-cart.png",
  661. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  662. "text": "趣豆会馆"
  663. },
  664. {
  665. "pagePath": "pages/order/index",
  666. // "iconPath": "static/tabBar/tab-cart.png",
  667. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  668. "text": "订单"
  669. },
  670. {
  671. "pagePath": "pages/money/money",
  672. // "iconPath": "static/tabBar/tab-cart.png",
  673. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  674. "text": "财务"
  675. },
  676. {
  677. "pagePath": "pages/user/user",
  678. "iconPath": "static/tabBar/tab-my.png",
  679. "selectedIconPath": "static/tabBar/tab-my-current.png",
  680. "text": "我的"
  681. }
  682. ]
  683. }
  684. }