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