pages.json 13 KB

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