pages.json 12 KB

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