pages.json 12 KB

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