pages.json 12 KB

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