pages.json 13 KB

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