pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  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": "商城首页"
  20. }
  21. },
  22. {
  23. "path": "pages/index/yuyuechang",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "app-plus": {
  27. "titleNView": false
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/product/new",
  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": "添加微信"
  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. "path": "pages/cart/cart",
  285. "style": {
  286. "navigationBarTitleText": "购物车"
  287. }
  288. },
  289. {
  290. "path": "pages/user/user",
  291. "style": {
  292. "navigationBarTitleText": "个人中心",
  293. "app-plus": {
  294. "titleNView": false
  295. }
  296. }
  297. },
  298. {
  299. "path": "pages/user/mygwjf",
  300. "style": {
  301. "navigationBarTitleText": "购物积分",
  302. "app-plus": {
  303. "titleNView": false
  304. }
  305. }
  306. },
  307. {
  308. "path": "pages/user/mythq",
  309. "style": {
  310. "navigationBarTitleText": "我的提货券",
  311. "app-plus": {
  312. "titleNView": false
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/user/myggz",
  318. "style": {
  319. "navigationBarTitleText": "我的广告值",
  320. "app-plus": {
  321. "titleNView": false
  322. }
  323. }
  324. },
  325. {
  326. "path": "pages/user/myxfjf",
  327. "style": {
  328. "navigationBarTitleText": "我的消费积分",
  329. "app-plus": {
  330. "titleNView": false
  331. }
  332. }
  333. },
  334. {
  335. "path": "pages/user/xfjfzz",
  336. "style": {
  337. "navigationBarTitleText": "消费积分转账",
  338. "app-plus": {
  339. "titleNView": false
  340. }
  341. }
  342. },
  343. {
  344. "path": "pages/user/award",
  345. "style": {
  346. "navigationBarTitleText": "奖励明细",
  347. "app-plus": {
  348. "titleNView": {
  349. "type": "transparent"
  350. }
  351. }
  352. }
  353. },
  354. {
  355. "path": "pages/user/gzsq",
  356. "style": {
  357. "navigationBarTitleText": "馆长申请"
  358. }
  359. },
  360. {
  361. "path": "pages/user/withdrawal",
  362. "style": {
  363. "navigationBarTitleText": "奖励提现"
  364. }
  365. },
  366. {
  367. "path": "pages/user/notice",
  368. "style": {
  369. "navigationBarTitleText": "通知"
  370. }
  371. },
  372. {
  373. "path": "pages/user/favorites",
  374. "style": {
  375. "navigationBarTitleText": "我的收藏"
  376. }
  377. }, {
  378. "path": "pages/user/coupon",
  379. "style": {
  380. "navigationBarTitleText": "我的卡卷"
  381. }
  382. },
  383. {
  384. "path": "pages/user/scoreAccumulate",
  385. "style": {
  386. "navigationBarTitleText": "积分明细"
  387. }
  388. },
  389. {
  390. "path": "pages/user/scoreAccumulate",
  391. "style": {
  392. "navigationBarTitleText": "积分明细"
  393. }
  394. },
  395. {
  396. "path": "pages/user/xrtd",
  397. "style": {
  398. "navigationBarTitleText": "新人通道"
  399. }
  400. },
  401. {
  402. "path": "pages/user/approve",
  403. "style": {
  404. "navigationBarTitleText": "实名认证",
  405. "navigationBarBackgroundColor":"#ff0000",
  406. "navigationBarTextStyle":"white"
  407. }
  408. },
  409. {
  410. "path": "pages/user/sqjl",
  411. "style": {
  412. "navigationBarTitleText": "申请记录"
  413. }
  414. },
  415. {
  416. "path": "pages/order/order",
  417. "style": {
  418. "navigationStyle":"custom",
  419. "navigationBarTitleText": "",
  420. "app-plus": {
  421. "bounce": "none"
  422. }
  423. }
  424. },
  425. {
  426. "path": "pages/order/order1",
  427. "style": {
  428. "navigationBarTitleText": "我的订单",
  429. "app-plus": {
  430. "bounce": "none"
  431. }
  432. }
  433. },
  434. {
  435. "path": "pages/order/expressInfo",
  436. "style": {
  437. "navigationBarTitleText": "快递详情"
  438. }
  439. },
  440. {
  441. "path": "pages/order/orderDetail",
  442. "style": {
  443. "navigationBarTitleText": "订单详情",
  444. "app-plus": {
  445. "bounce": "none"
  446. }
  447. }
  448. },
  449. {
  450. "path": "pages/hall/hallpay",
  451. "style": {
  452. "navigationBarTitleText": "支付"
  453. }
  454. },
  455. {
  456. "path": "pages/order/evaluate",
  457. "style": {
  458. "navigationBarTitleText": "评论"
  459. }
  460. },
  461. {
  462. "path": "pages/order/orderRefund",
  463. "style": {
  464. "navigationBarTitleText": "申请退款"
  465. }
  466. },
  467. {
  468. "path": "pages/order/createOrder",
  469. "style": {
  470. "navigationBarTitleText": "创建订单"
  471. }
  472. }, {
  473. "path": "pages/money/pay",
  474. "style": {
  475. "navigationBarTitleText": "支付"
  476. }
  477. },
  478. {
  479. "path": "pages/money/paySuccess",
  480. "style": {
  481. "navigationBarTitleText": "支付成功"
  482. }
  483. },
  484. {
  485. "path": "pages/money/wallet",
  486. "style": {
  487. "navigationBarTitleText": "我的钱包",
  488. "app-plus": {
  489. "titleNView": {
  490. "type": "transparent"
  491. }
  492. }
  493. }
  494. },
  495. {
  496. "path": "pages/money/account",
  497. "style": {
  498. "navigationBarTitleText": "提现账号"
  499. }
  500. },
  501. {
  502. "path": "pages/money/withdrawal",
  503. "style": {
  504. "navigationBarTitleText": "提现"
  505. }
  506. },
  507. {
  508. "path": "pages/money/recharge",
  509. "style": {
  510. "navigationBarTitleText": "充值"
  511. }
  512. },
  513. {
  514. "path": "pages/category/category",
  515. "style": {
  516. // #ifdef APP-PLUS
  517. "navigationStyle": "custom",
  518. // #endif
  519. // #ifndef MP
  520. "app-plus": {
  521. "bounce": "none",
  522. "titleNView": {
  523. "searchInput": {
  524. "backgroundColor": "rgba(231, 231, 231,.7)",
  525. "borderRadius": "16px",
  526. "placeholder": "商品搜索",
  527. "disabled": true,
  528. "placeholderColor": "#606266",
  529. "align": "left"
  530. }
  531. }
  532. },
  533. // #endif
  534. "navigationBarTitleText": "分类"
  535. }
  536. },
  537. {
  538. "path": "pages/redirect/redirect",
  539. "style": {
  540. "navigationBarTitleText": "微信登录跳转页面",
  541. "app-plus": {
  542. "titleNView": false
  543. }
  544. }
  545. },
  546. {
  547. "path": "pages/category/mall",
  548. "style": {
  549. "navigationBarTitleText": "商城",
  550. "app-plus": {
  551. "titleNView": false
  552. }
  553. }
  554. },
  555. {
  556. "path": "pages/hall/hall",
  557. "style": {
  558. "navigationBarTitleText": "趣豆会馆",
  559. "app-plus": {
  560. "titleNView": false
  561. }
  562. }
  563. },
  564. {
  565. "path": "pages/hall/halllist",
  566. "style": {
  567. "navigationBarTitleText": "会馆详情",
  568. "app-plus": {
  569. "titleNView": false
  570. }
  571. }
  572. },
  573. {
  574. "path": "pages/hall/hallinfo",
  575. "style": {
  576. "navigationBarTitleText": "场次详情",
  577. "app-plus": {
  578. "titleNView": false
  579. }
  580. }
  581. },
  582. {
  583. "path": "pages/hall/history",
  584. "style": {
  585. "navigationBarTitleText": "场次详情"
  586. }
  587. },
  588. {
  589. "path": "pages/money/money",
  590. "style": {
  591. "navigationBarTitleText": "财务",
  592. "app-plus": {
  593. "titleNView": false
  594. }
  595. }
  596. },
  597. {
  598. "path": "pages/user/shareQrCode",
  599. "style": {
  600. "navigationBarTitleText": "邀请好友"
  601. }
  602. }
  603. ,{
  604. "path" : "pages/money/qudou",
  605. "style" :
  606. {
  607. "navigationBarTitleText": "我的趣豆",
  608. "enablePullDownRefresh": false,
  609. "app-plus":{
  610. "titleNView":false
  611. }
  612. }
  613. }
  614. ,{
  615. "path" : "pages/money/jifen",
  616. "style" :
  617. {
  618. "navigationBarTitleText": "",
  619. "enablePullDownRefresh": false
  620. }
  621. }
  622. ,{
  623. "path" : "pages/money/zhihuanquan",
  624. "style" :
  625. {
  626. "navigationBarTitleText": "",
  627. "enablePullDownRefresh": false
  628. }
  629. }
  630. ],
  631. "globalStyle": {
  632. "navigationBarTextStyle": "black",
  633. "navigationBarTitleText": "uni-app",
  634. "navigationBarBackgroundColor": "#FFFFFF",
  635. "backgroundColor": "#f8f8f8"
  636. },
  637. "tabBar": {
  638. "color": "#C0C4CC",
  639. "selectedColor": "#f42b4e",
  640. "borderStyle": "black",
  641. "backgroundColor": "#ffffff",
  642. "list": [{
  643. "pagePath": "pages/index/index",
  644. "iconPath": "static/tabBar/tab-home.png",
  645. "selectedIconPath": "static/tabBar/tab-home-current.png",
  646. "text": "首页"
  647. },
  648. {
  649. "pagePath": "pages/category/mall",
  650. "iconPath": "static/tabBar/tab-cate.png",
  651. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  652. "text": "商城"
  653. },
  654. {
  655. "pagePath": "pages/order/order",
  656. "iconPath": "static/tabBar/tab-cart.png",
  657. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  658. "text": "订单"
  659. },
  660. {
  661. "pagePath": "pages/user/user",
  662. "iconPath": "static/tabBar/tab-my.png",
  663. "selectedIconPath": "static/tabBar/tab-my-current.png",
  664. "text": "我的"
  665. }
  666. ]
  667. }
  668. }