pages.json 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^empty$": "@/components/empty/empty.vue",
  6. "^wanl-empty$": "@/components/empty/empty.vue",
  7. "^uni-load-more$": "@/components/uni-load-more/uni-load-more.vue",
  8. "^wanl-live-(.*)$": "@/components/live-room/$1.vue",
  9. "^uni-popup$": "@/components/uni-popup/uni-popup.vue",
  10. "^uni-transition$": "@/components/uni-transition/uni-transition.vue",
  11. "^mall-(.*)$": "@/components/mall/mall-$1.vue",
  12. "^address-picker$": "@/components/address-picker/address-picker.vue"
  13. }
  14. },
  15. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "%index.title%",
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": false,
  22. "app-plus": {
  23. "titleNView": false
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/index/video-list",
  29. "style": {
  30. "navigationStyle": "custom",
  31. "navigationBarTitleText": "%home.video%",
  32. "backgroundColor": "#f7f8fc",
  33. "app-plus": {
  34. "titleNView": false,
  35. "bounce": "vertical"
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/index/scenic-list",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "navigationBarTitleText": "%scenic.listTitle%",
  44. "backgroundColor": "#f7f8fc",
  45. "app-plus": {
  46. "titleNView": false,
  47. "bounce": "vertical"
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/index/scenic-detail",
  53. "style": {
  54. "navigationStyle": "custom",
  55. "navigationBarTitleText": "%scenic.detailTitle%",
  56. "backgroundColor": "#f7f8fc",
  57. "app-plus": {
  58. "titleNView": false,
  59. "bounce": "vertical"
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/search/index",
  65. "style": {
  66. "navigationStyle": "custom",
  67. "navigationBarTitleText": "%search.pageTitle%",
  68. "backgroundColor": "#eef3fb",
  69. "app-plus": {
  70. "titleNView": false,
  71. "bounce": "vertical"
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/search/result",
  77. "style": {
  78. "navigationStyle": "custom",
  79. "navigationBarTitleText": "%search.resultTitle%",
  80. "backgroundColor": "#eef3fb",
  81. "enablePullDownRefresh": true,
  82. "onReachBottomDistance": 120,
  83. "app-plus": {
  84. "titleNView": false,
  85. "bounce": "vertical"
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/profile/show",
  91. "style": {
  92. "navigationStyle": "custom",
  93. "navigationBarTitleText": "%findUser.pageTitle%",
  94. "backgroundColor": "#f4f6fb",
  95. "enablePullDownRefresh": true,
  96. "onReachBottomDistance": 120,
  97. "app-plus": {
  98. "titleNView": false,
  99. "bounce": "vertical"
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/feed/reel",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "navigationBarTitleText": "視頻",
  108. "backgroundColor": "#000000",
  109. "app-plus": {
  110. "titleNView": false,
  111. "bounce": "none",
  112. "scrollIndicator": "none"
  113. }
  114. }
  115. },
  116. {
  117. "path": "pages/favorite/index",
  118. "style": {
  119. "navigationBarTitleText": "我的收藏",
  120. "navigationStyle": "custom",
  121. "app-plus": {
  122. "titleNView": false
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/component/component",
  128. "style": {
  129. "navigationBarTitleText": "%index.component%",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "pages/feed/index",
  135. "style": {
  136. "navigationBarTitleText": "%index.api%",
  137. "navigationStyle": "custom",
  138. "enablePullDownRefresh": false,
  139. "app-plus": {
  140. "scrollIndicator": "none",
  141. "bounce": "none"
  142. }
  143. }
  144. },
  145. {
  146. "path": "pages/mine/index",
  147. "style": {
  148. "navigationBarTitleText": "%index.schema%",
  149. "navigationStyle": "custom",
  150. "enablePullDownRefresh": false,
  151. "onReachBottomDistance": 120
  152. }
  153. },
  154. {
  155. "path": "pages/user/collect",
  156. "style": {
  157. "navigationStyle": "custom",
  158. "navigationBarTitleText": "我的收藏",
  159. "disableScroll": true
  160. }
  161. },
  162. {
  163. "path": "pages/user/follow",
  164. "style": {
  165. "navigationBarTitleText": "關注店鋪",
  166. "enablePullDownRefresh": true,
  167. "onReachBottomDistance": 150,
  168. "app-plus": {
  169. "bounce": "vertical"
  170. }
  171. }
  172. },
  173. {
  174. "path": "pages/user/footprint",
  175. "style": {
  176. "navigationStyle": "custom",
  177. "navigationBarTitleText": "我的足跡",
  178. "disableScroll": true
  179. }
  180. },
  181. {
  182. "path": "pages/mine/fans",
  183. "style": {
  184. "navigationStyle": "custom",
  185. "navigationBarTitleText": "%relation.fansTitle%",
  186. "enablePullDownRefresh": true,
  187. "backgroundColor": "#f4f6fb",
  188. "app-plus": {
  189. "bounce": "vertical"
  190. }
  191. }
  192. },
  193. {
  194. "path": "pages/mine/follow",
  195. "style": {
  196. "navigationStyle": "custom",
  197. "navigationBarTitleText": "%relation.followTitle%",
  198. "enablePullDownRefresh": true,
  199. "backgroundColor": "#f4f6fb",
  200. "app-plus": {
  201. "bounce": "vertical"
  202. }
  203. }
  204. },
  205. {
  206. "path": "pages/myuser/myuser",
  207. "style": {
  208. "navigationBarTitleText": "我的",
  209. "navigationStyle": "custom",
  210. "enablePullDownRefresh": true,
  211. "onReachBottomDistance": 120,
  212. "app-plus": {
  213. "scrollIndicator": "none"
  214. }
  215. }
  216. },
  217. {
  218. "path": "pages/live/hall",
  219. "style": {
  220. "navigationStyle": "custom",
  221. "enablePullDownRefresh": false,
  222. "backgroundColor": "#eef3fb",
  223. "app-plus": {
  224. "titleNView": false,
  225. "bounce": "vertical"
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/live/search",
  231. "style": {
  232. "navigationStyle": "custom",
  233. "navigationBarTitleText": "%live.searchPageTitle%",
  234. "backgroundColor": "#eef3fb",
  235. "enablePullDownRefresh": false,
  236. "onReachBottomDistance": 120,
  237. "app-plus": {
  238. "titleNView": false,
  239. "bounce": "vertical"
  240. }
  241. }
  242. },
  243. {
  244. "path": "pages/dynamics/index",
  245. "style": {
  246. "navigationBarTitleText": "%dynamics.title%",
  247. "navigationStyle": "custom",
  248. "enablePullDownRefresh": false,
  249. "onReachBottomDistance": 120,
  250. "app-plus": {
  251. "titleNView": false
  252. }
  253. }
  254. },
  255. {
  256. "path": "pages/dynamics/detail",
  257. "style": {
  258. "navigationBarTitleText": "%dynamics.detailTitle%",
  259. "navigationStyle": "custom",
  260. "enablePullDownRefresh": false,
  261. "onReachBottomDistance": 120,
  262. "app-plus": {
  263. "titleNView": false
  264. }
  265. }
  266. },
  267. {
  268. "path": "pages/dynamics/publish",
  269. "style": {
  270. "navigationBarTitleText": "%dynamics.publishTitle%",
  271. "navigationStyle": "custom",
  272. "enablePullDownRefresh": false,
  273. "app-plus": {
  274. "titleNView": false
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/live/watch",
  280. "style": {
  281. "navigationBarTextStyle": "white",
  282. "navigationStyle": "custom",
  283. "navigationBarTitleText": "直播间",
  284. "app-plus": {
  285. "titleNView": false,
  286. "scrollIndicator": "none"
  287. }
  288. }
  289. },
  290. {
  291. "path": "pages/live/broadcast",
  292. "style": {
  293. "navigationBarTextStyle": "white",
  294. "navigationStyle": "custom",
  295. "navigationBarTitleText": "%live.broadcastPageTitle%",
  296. "backgroundColor": "#0c0d2b",
  297. "app-plus": {
  298. "titleNView": false,
  299. "scrollIndicator": "none",
  300. "popGesture": "none",
  301. "background": "transparent"
  302. }
  303. }
  304. },
  305. {
  306. "path": "pages/live/end",
  307. "style": {
  308. "navigationStyle": "custom",
  309. "navigationBarTitleText": "%live.broadcastEndTitle%",
  310. "backgroundColor": "#1a1d26",
  311. "app-plus": {
  312. "titleNView": false
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/passport/lobby",
  318. "style": {
  319. "navigationBarTextStyle": "white",
  320. "navigationStyle": "custom",
  321. "navigationBarTitleText": "登录入口",
  322. "backgroundColor": "#0e1230",
  323. "app-plus": {
  324. "titleNView": false,
  325. "scrollIndicator": "none",
  326. "bounce": "none"
  327. }
  328. }
  329. },
  330. {
  331. "path": "pages/passport/signin",
  332. "style": {
  333. "navigationBarTextStyle": "white",
  334. "navigationStyle": "custom",
  335. "navigationBarTitleText": "登录",
  336. "backgroundColor": "#0e1230",
  337. "app-plus": {
  338. "titleNView": false,
  339. "scrollIndicator": "none",
  340. "bounce": "none"
  341. }
  342. }
  343. },
  344. {
  345. "path": "pages/passport/enroll",
  346. "style": {
  347. "navigationBarTextStyle": "white",
  348. "navigationStyle": "custom",
  349. "navigationBarTitleText": "注册",
  350. "backgroundColor": "#0e1230",
  351. "app-plus": {
  352. "titleNView": false,
  353. "scrollIndicator": "none",
  354. "bounce": "none"
  355. }
  356. }
  357. },
  358. {
  359. "path": "pages/passport/recover-phone",
  360. "style": {
  361. "navigationBarTextStyle": "white",
  362. "navigationStyle": "custom",
  363. "navigationBarTitleText": "找回密码",
  364. "backgroundColor": "#0e1230",
  365. "app-plus": {
  366. "titleNView": false,
  367. "scrollIndicator": "none",
  368. "bounce": "none"
  369. }
  370. }
  371. },
  372. {
  373. "path": "pages/dev/ijk-test",
  374. "style": {
  375. "navigationBarTitleText": "播放器测试",
  376. "navigationBarTextStyle": "white",
  377. "navigationBarBackgroundColor": "#1a1f4a",
  378. "backgroundColor": "#0e1230"
  379. }
  380. },
  381. {
  382. "path": "pages/account/security",
  383. "style": {
  384. "navigationStyle": "custom",
  385. "navigationBarTitleText": "賬號與安全",
  386. "backgroundColor": "#f4f6fb",
  387. "app-plus": {
  388. "titleNView": false,
  389. "bounce": "vertical"
  390. }
  391. }
  392. },
  393. {
  394. "path": "pages/account/profile-edit",
  395. "style": {
  396. "navigationStyle": "custom",
  397. "navigationBarTitleText": "編輯資料",
  398. "backgroundColor": "#f4f6fb",
  399. "app-plus": {
  400. "titleNView": false,
  401. "bounce": "vertical"
  402. }
  403. }
  404. },
  405. {
  406. "path": "pages/account/reset-password",
  407. "style": {
  408. "navigationStyle": "custom",
  409. "navigationBarTitleText": "修改登入密碼",
  410. "backgroundColor": "#f4f6fb",
  411. "app-plus": {
  412. "titleNView": false,
  413. "bounce": "vertical"
  414. }
  415. }
  416. },
  417. {
  418. "path": "pages/account/sms-verify",
  419. "style": {
  420. "navigationStyle": "custom",
  421. "navigationBarTitleText": "短信驗證",
  422. "backgroundColor": "#f4f6fb",
  423. "app-plus": {
  424. "titleNView": false,
  425. "bounce": "vertical"
  426. }
  427. }
  428. },
  429. {
  430. "path": "pages/account/reset-secret",
  431. "style": {
  432. "navigationStyle": "custom",
  433. "navigationBarTitleText": "設定新密碼",
  434. "backgroundColor": "#f4f6fb",
  435. "app-plus": {
  436. "titleNView": false,
  437. "bounce": "vertical"
  438. }
  439. }
  440. },
  441. {
  442. "path": "pages/account/realname-add",
  443. "style": {
  444. "navigationStyle": "custom",
  445. "navigationBarTitleText": "實名認證",
  446. "backgroundColor": "#f4f6fb",
  447. "app-plus": {
  448. "titleNView": false,
  449. "bounce": "vertical"
  450. }
  451. }
  452. },
  453. {
  454. "path": "pages/account/realname-info",
  455. "style": {
  456. "navigationStyle": "custom",
  457. "navigationBarTitleText": "實名信息",
  458. "backgroundColor": "#f4f6fb",
  459. "app-plus": {
  460. "titleNView": false,
  461. "bounce": "vertical"
  462. }
  463. }
  464. },
  465. {
  466. "path": "pages/account/language",
  467. "style": {
  468. "navigationStyle": "custom",
  469. "navigationBarTitleText": "語言設置",
  470. "backgroundColor": "#f4f6fb",
  471. "app-plus": {
  472. "titleNView": false,
  473. "bounce": "vertical"
  474. }
  475. }
  476. },
  477. {
  478. "path": "pages/user/settings/general",
  479. "style": {
  480. "navigationStyle": "custom",
  481. "navigationBarTitleText": "%user.panelGeneral%",
  482. "backgroundColor": "#f4f6fb",
  483. "app-plus": {
  484. "titleNView": false,
  485. "bounce": "vertical"
  486. }
  487. }
  488. },
  489. {
  490. "path": "pages/user/settings/teen-mode",
  491. "style": {
  492. "navigationStyle": "custom",
  493. "navigationBarTitleText": "%user.teenModeTitle%",
  494. "backgroundColor": "#f4f6fb",
  495. "app-plus": {
  496. "titleNView": false,
  497. "bounce": "vertical"
  498. }
  499. }
  500. },
  501. {
  502. "path": "pages/user/settings/teen-mode-lock",
  503. "style": {
  504. "navigationStyle": "custom",
  505. "navigationBarTitleText": "%user.teenModeTitle%",
  506. "backgroundColor": "#f4f6fb",
  507. "disableSwipeBack": true,
  508. "app-plus": {
  509. "titleNView": false,
  510. "bounce": "none"
  511. }
  512. }
  513. },
  514. {
  515. "path": "pages/account/notice",
  516. "style": {
  517. "navigationStyle": "custom",
  518. "navigationBarTitleText": "新消息通知",
  519. "backgroundColor": "#f4f6fb",
  520. "app-plus": {
  521. "titleNView": false,
  522. "bounce": "vertical"
  523. }
  524. }
  525. },
  526. {
  527. "path": "pages/account/complaint",
  528. "style": {
  529. "navigationStyle": "custom",
  530. "navigationBarTitleText": "舉報",
  531. "backgroundColor": "#f4f6fb",
  532. "app-plus": {
  533. "titleNView": false,
  534. "bounce": "vertical"
  535. }
  536. }
  537. },
  538. {
  539. "path": "pages/account/complaint-lists",
  540. "style": {
  541. "navigationStyle": "custom",
  542. "navigationBarTitleText": "我的舉報",
  543. "backgroundColor": "#f4f6fb",
  544. "enablePullDownRefresh": true,
  545. "app-plus": {
  546. "titleNView": false,
  547. "bounce": "vertical"
  548. }
  549. }
  550. },
  551. {
  552. "path": "pages/account/blocked",
  553. "style": {
  554. "navigationStyle": "custom",
  555. "navigationBarTitleText": "黑名單",
  556. "backgroundColor": "#f4f6fb",
  557. "app-plus": {
  558. "titleNView": false,
  559. "bounce": "vertical"
  560. }
  561. }
  562. },
  563. {
  564. "path": "pages/account/about",
  565. "style": {
  566. "navigationStyle": "custom",
  567. "navigationBarTitleText": "關於我們",
  568. "backgroundColor": "#f4f6fb",
  569. "app-plus": {
  570. "titleNView": false,
  571. "bounce": "vertical",
  572. "animationType": "pop-in",
  573. "animationDuration": 200
  574. }
  575. }
  576. },
  577. {
  578. "path": "pages/account/contact",
  579. "style": {
  580. "navigationStyle": "custom",
  581. "navigationBarTitleText": "%about.contactTitle%",
  582. "backgroundColor": "#f4f6fb",
  583. "app-plus": {
  584. "titleNView": false,
  585. "bounce": "vertical"
  586. }
  587. }
  588. },
  589. {
  590. "path": "pages/account/feedback",
  591. "style": {
  592. "navigationStyle": "custom",
  593. "navigationBarTitleText": "意見反饋",
  594. "backgroundColor": "#f4f6fb",
  595. "app-plus": {
  596. "titleNView": false,
  597. "bounce": "vertical"
  598. }
  599. }
  600. },
  601. {
  602. "path": "pages/account/feedback-lists",
  603. "style": {
  604. "navigationStyle": "custom",
  605. "navigationBarTitleText": "我的反饋",
  606. "backgroundColor": "#f4f6fb",
  607. "enablePullDownRefresh": true,
  608. "app-plus": {
  609. "titleNView": false,
  610. "bounce": "vertical"
  611. }
  612. }
  613. },
  614. {
  615. "path": "pages/passport/sms-verify",
  616. "style": {
  617. "navigationBarTextStyle": "white",
  618. "navigationStyle": "custom",
  619. "navigationBarTitleText": "短信驗證",
  620. "backgroundColor": "#0e1230",
  621. "app-plus": {
  622. "titleNView": false,
  623. "scrollIndicator": "none",
  624. "bounce": "none"
  625. }
  626. }
  627. },
  628. {
  629. "path": "pages/passport/reset-secret",
  630. "style": {
  631. "navigationBarTextStyle": "white",
  632. "navigationStyle": "custom",
  633. "navigationBarTitleText": "重置密碼",
  634. "backgroundColor": "#0e1230",
  635. "app-plus": {
  636. "titleNView": false,
  637. "scrollIndicator": "none",
  638. "bounce": "none"
  639. }
  640. }
  641. },
  642. {
  643. "path": "pages/notice/notice",
  644. "style": {
  645. "navigationBarTitleText": "",
  646. "backgroundColor": "#f5f5f5",
  647. "app-plus": {
  648. "bounce": "vertical"
  649. }
  650. }
  651. },
  652. {
  653. "path": "pages/notice/sys-notice/index",
  654. "style": {
  655. "navigationStyle": "custom",
  656. "navigationBarTitleText": "%notice.system%",
  657. "backgroundColor": "#eef3fb",
  658. "enablePullDownRefresh": true,
  659. "onReachBottomDistance": 120,
  660. "app-plus": {
  661. "titleNView": false,
  662. "bounce": "vertical"
  663. }
  664. }
  665. },
  666. {
  667. "path": "pages/notice/mall-notice/index",
  668. "style": {
  669. "navigationStyle": "custom",
  670. "navigationBarTitleText": "商城消息中心",
  671. "backgroundColor": "#f5f5f5",
  672. "app-plus": {
  673. "titleNView": false,
  674. "bounce": "vertical"
  675. }
  676. }
  677. },
  678. {
  679. "path": "pages/notice/chat",
  680. "style": {
  681. "navigationBarTitleText": "IM连接中...",
  682. "backgroundColor": "#ececec",
  683. "app-plus": {
  684. "titleNView": {
  685. "buttons": [
  686. {
  687. "text": "\ue66f",
  688. "fontSrc": "/static/style/iconfont.ttf",
  689. "fontSize": "21px",
  690. "color": "#333",
  691. "float": "right"
  692. }
  693. ]
  694. },
  695. "bounce": "vertical"
  696. }
  697. }
  698. },
  699. {
  700. "path": "pages/article/details",
  701. "style": {
  702. "navigationStyle": "custom",
  703. "navigationBarTitleText": "詳情",
  704. "backgroundColor": "#f4f6fb",
  705. "app-plus": {
  706. "titleNView": false,
  707. "bounce": "vertical"
  708. }
  709. }
  710. },
  711. {
  712. "path": "pages/article/advert",
  713. "style": {
  714. "navigationStyle": "custom",
  715. "navigationBarTitleText": "活動",
  716. "backgroundColor": "#f4f6fb",
  717. "app-plus": {
  718. "titleNView": false,
  719. "bounce": "vertical"
  720. }
  721. }
  722. },
  723. {
  724. "path": "pages/article/list",
  725. "style": {
  726. "navigationStyle": "custom",
  727. "navigationBarTitleText": "資訊",
  728. "backgroundColor": "#f4f6fb",
  729. "enablePullDownRefresh": true,
  730. "onReachBottomDistance": 120,
  731. "app-plus": {
  732. "titleNView": false,
  733. "bounce": "vertical"
  734. }
  735. }
  736. },
  737. {
  738. "path": "pages/common/webview",
  739. "style": {
  740. "navigationStyle": "custom",
  741. "navigationBarTitleText": "%common.webViewTitle%",
  742. "backgroundColor": "#ffffff",
  743. "app-plus": {
  744. "titleNView": false
  745. }
  746. }
  747. },
  748. {
  749. "path": "pages/mall/index",
  750. "style": {
  751. "navigationStyle": "custom",
  752. "navigationBarTitleText": "商城",
  753. "backgroundColor": "#f5f5f5",
  754. "enablePullDownRefresh": true,
  755. "onReachBottomDistance": 120,
  756. "app-plus": {
  757. "titleNView": false,
  758. "bounce": "vertical"
  759. }
  760. }
  761. },
  762. {
  763. "path": "pages/product/goods",
  764. "style": {
  765. "navigationStyle": "custom",
  766. "navigationBarTitleText": "商品详情",
  767. "backgroundColor": "#f5f5f5",
  768. "app-plus": {
  769. "titleNView": false,
  770. "bounce": "vertical"
  771. }
  772. }
  773. },
  774. {
  775. "path": "pages/page/search",
  776. "style": {
  777. "navigationStyle": "custom",
  778. "navigationBarTitleText": "搜索",
  779. "backgroundColor": "#ffffff",
  780. "app-plus": {
  781. "titleNView": false,
  782. "bounce": "vertical"
  783. }
  784. }
  785. },
  786. {
  787. "path": "pages/product/list",
  788. "style": {
  789. "navigationStyle": "custom",
  790. "navigationBarTitleText": "商品列表",
  791. "backgroundColor": "#f5f5f5",
  792. "app-plus": {
  793. "titleNView": false,
  794. "bounce": "vertical"
  795. }
  796. }
  797. },
  798. {
  799. "path": "pages/product/comment",
  800. "style": {
  801. "navigationBarTitleText": "商品評價",
  802. "enablePullDownRefresh": true
  803. }
  804. },
  805. {
  806. "path": "pages/shop/index",
  807. "style": {
  808. "navigationStyle": "custom",
  809. "navigationBarTitleText": "店鋪",
  810. "enablePullDownRefresh": false
  811. }
  812. },
  813. {
  814. "path": "pages/shop/product/list",
  815. "style": {
  816. "navigationStyle": "custom",
  817. "navigationBarTitleText": "店鋪商品",
  818. "backgroundColor": "#f5f5f5",
  819. "enablePullDownRefresh": true,
  820. "onReachBottomDistance": 120,
  821. "app-plus": {
  822. "titleNView": false,
  823. "bounce": "vertical"
  824. }
  825. }
  826. },
  827. {
  828. "path": "pages/shop/info",
  829. "style": {
  830. "navigationBarTitleText": "店鋪信息",
  831. "backgroundColor": "#f5f5f5",
  832. "app-plus": {
  833. "bounce": "vertical"
  834. }
  835. }
  836. },
  837. {
  838. "path": "pages/cart/index",
  839. "style": {
  840. "navigationStyle": "custom",
  841. "navigationBarTitleText": "購物車",
  842. "backgroundColor": "#f5f5f5",
  843. "app-plus": {
  844. "titleNView": false,
  845. "bounce": "vertical"
  846. }
  847. }
  848. },
  849. {
  850. "path": "pages/order/confirm",
  851. "style": {
  852. "navigationBarTitleText": "確認訂單",
  853. "backgroundColor": "#f3f5f7",
  854. "app-plus": {
  855. "bounce": "vertical"
  856. }
  857. }
  858. },
  859. {
  860. "path": "pages/order/list",
  861. "style": {
  862. "navigationStyle": "custom",
  863. "navigationBarTitleText": "我的訂單",
  864. "backgroundColor": "#f3f5f7",
  865. "app-plus": {
  866. "titleNView": false,
  867. "bounce": "vertical"
  868. }
  869. }
  870. },
  871. {
  872. "path": "pages/order/details",
  873. "style": {
  874. "navigationBarTitleText": "訂單詳情",
  875. "backgroundColor": "#f3f5f7",
  876. "app-plus": {
  877. "bounce": "vertical"
  878. }
  879. }
  880. },
  881. {
  882. "path": "pages/order/logistics",
  883. "style": {
  884. "navigationStyle": "custom",
  885. "navigationBarTitleText": "物流詳情",
  886. "backgroundColor": "#f3f5f7",
  887. "app-plus": {
  888. "titleNView": false,
  889. "bounce": "vertical"
  890. }
  891. }
  892. },
  893. {
  894. "path": "pages/order/comment",
  895. "style": {
  896. "navigationStyle": "custom",
  897. "navigationBarTitleText": "評價訂單",
  898. "backgroundColor": "#f3f5f7",
  899. "app-plus": {
  900. "titleNView": false,
  901. "bounce": "vertical"
  902. }
  903. }
  904. },
  905. {
  906. "path": "pages/page/success",
  907. "style": {
  908. "navigationStyle": "custom",
  909. "navigationBarTitleText": "支付成功",
  910. "backgroundColor": "#ffffff",
  911. "app-plus": {
  912. "titleNView": false,
  913. "bounce": "vertical"
  914. }
  915. }
  916. },
  917. {
  918. "path": "pages/user/address/addressManage",
  919. "style": {
  920. "navigationBarTitleText": "地址管理",
  921. "backgroundColor": "#ffffff",
  922. "app-plus": {
  923. "bounce": "vertical"
  924. }
  925. }
  926. },
  927. {
  928. "path": "pages/user/address/address",
  929. "style": {
  930. "navigationBarTitleText": "收貨地址",
  931. "backgroundColor": "#f5f5f5",
  932. "app-plus": {
  933. "bounce": "vertical"
  934. }
  935. }
  936. },
  937. {
  938. "path": "pages/user/comment/comment",
  939. "style": {
  940. "navigationBarTitleText": "%comment.title%",
  941. "backgroundColor": "#f5f5f5",
  942. "app-plus": {
  943. "bounce": "vertical"
  944. }
  945. }
  946. },
  947. {
  948. "path": "pages/user/refund/lists",
  949. "style": {
  950. "navigationBarTitleText": "退款列表",
  951. "backgroundColor": "#f3f5f7",
  952. "enablePullDownRefresh": true,
  953. "onReachBottomDistance": 120,
  954. "app-plus": {
  955. "bounce": "vertical"
  956. }
  957. }
  958. },
  959. {
  960. "path": "pages/user/refund/details",
  961. "style": {
  962. "navigationStyle": "custom",
  963. "navigationBarTitleText": "退款詳情",
  964. "backgroundColor": "#f3f5f7",
  965. "app-plus": {
  966. "titleNView": false,
  967. "bounce": "vertical"
  968. }
  969. }
  970. },
  971. {
  972. "path": "pages/user/refund/apply",
  973. "style": {
  974. "navigationBarTitleText": "",
  975. "backgroundColor": "#f3f5f7",
  976. "app-plus": {
  977. "bounce": "vertical"
  978. }
  979. }
  980. },
  981. {
  982. "path": "pages/user/refund/edit",
  983. "style": {
  984. "navigationStyle": "custom",
  985. "navigationBarTitleText": "修改退款",
  986. "backgroundColor": "#f3f5f7",
  987. "app-plus": {
  988. "titleNView": false,
  989. "bounce": "vertical"
  990. }
  991. }
  992. },
  993. {
  994. "path": "pages/user/refund/log",
  995. "style": {
  996. "navigationStyle": "custom",
  997. "navigationBarTitleText": "退款記錄",
  998. "backgroundColor": "#f3f5f7",
  999. "app-plus": {
  1000. "titleNView": false,
  1001. "bounce": "vertical"
  1002. }
  1003. }
  1004. },
  1005. {
  1006. "path": "pages/user/coupon/mycard",
  1007. "style": {
  1008. "navigationBarTitleText": "我的優惠券",
  1009. "backgroundColor": "#f3f5f7",
  1010. "enablePullDownRefresh": false,
  1011. "app-plus": {
  1012. "bounce": "vertical"
  1013. }
  1014. }
  1015. },
  1016. {
  1017. "path": "pages/user/coupon/list",
  1018. "style": {
  1019. "navigationBarTitleText": "領取優惠券",
  1020. "backgroundColor": "#f3f5f7",
  1021. "enablePullDownRefresh": false,
  1022. "app-plus": {
  1023. "bounce": "vertical"
  1024. }
  1025. }
  1026. },
  1027. {
  1028. "path": "pages/user/coupon/details",
  1029. "style": {
  1030. "navigationBarTitleText": "優惠券詳情",
  1031. "backgroundColor": "#f3f5f7",
  1032. "app-plus": {
  1033. "bounce": "vertical"
  1034. }
  1035. }
  1036. },
  1037. {
  1038. "path": "pages/user/coupon/apply",
  1039. "style": {
  1040. "navigationStyle": "custom",
  1041. "navigationBarTitleText": "優惠券使用",
  1042. "backgroundColor": "#f3f5f7",
  1043. "enablePullDownRefresh": true,
  1044. "onReachBottomDistance": 120,
  1045. "app-plus": {
  1046. "titleNView": false,
  1047. "bounce": "vertical"
  1048. }
  1049. }
  1050. },
  1051. {
  1052. "path": "pages/user/money/pay",
  1053. "style": {
  1054. "navigationBarTitleText": "%pay.title%",
  1055. "app-plus": {
  1056. "titleNView": {
  1057. "type": "float",
  1058. "blurEffect": "light"
  1059. }
  1060. }
  1061. }
  1062. },
  1063. {
  1064. "path": "pages/user/money/pay-webview",
  1065. "style": {
  1066. "navigationStyle": "custom",
  1067. "navigationBarTitleText": "支付中",
  1068. "backgroundColor": "#ffffff",
  1069. "app-plus": {
  1070. "titleNView": false
  1071. }
  1072. }
  1073. },
  1074. {
  1075. "path": "pages/user/money/google-pay-success",
  1076. "style": {
  1077. "navigationBarTitleText": "Google Pay"
  1078. }
  1079. },
  1080. {
  1081. "path": "pages/user/money/details",
  1082. "style": {
  1083. "navigationBarTitleText": "",
  1084. "enablePullDownRefresh": true
  1085. }
  1086. },
  1087. {
  1088. "path": "pages/user/service",
  1089. "style": {
  1090. "navigationBarTitleText": "%user.service%",
  1091. "enablePullDownRefresh": false
  1092. }
  1093. },
  1094. {
  1095. "path": "pages/user/help/help",
  1096. "style": {
  1097. "navigationBarTitleText": "%help.title%",
  1098. "enablePullDownRefresh": true,
  1099. "backgroundColor": "#f5f5f5",
  1100. "app-plus": {
  1101. "bounce": "vertical"
  1102. }
  1103. }
  1104. },
  1105. {
  1106. "path": "pages/travel/hotel/index",
  1107. "style": {
  1108. "navigationStyle": "custom",
  1109. "navigationBarTitleText": "酒店",
  1110. "backgroundColor": "#f7f8fc",
  1111. "app-plus": {
  1112. "titleNView": false,
  1113. "bounce": "vertical"
  1114. }
  1115. }
  1116. }
  1117. ],
  1118. "tabBar": {
  1119. "color": "#8a8d9e",
  1120. "selectedColor": "#4a8cff",
  1121. "borderStyle": "white",
  1122. "backgroundColor": "#ffffff",
  1123. "list": [
  1124. {
  1125. "pagePath": "pages/index/index",
  1126. "text": "%tabbar.home%",
  1127. "iconPath": "static/tabbar/home.png",
  1128. "selectedIconPath": "static/tabbar/home-active.png"
  1129. },
  1130. {
  1131. "pagePath": "pages/feed/index",
  1132. "text": "%tabbar.video%",
  1133. "iconPath": "static/tabbar/favorite.png",
  1134. "selectedIconPath": "static/tabbar/favorite-active.png"
  1135. },
  1136. {
  1137. "pagePath": "pages/live/hall",
  1138. "text": "%tabbar.live%",
  1139. "iconPath": "static/tabbar/live.png",
  1140. "selectedIconPath": "static/tabbar/live-active.png"
  1141. },
  1142. {
  1143. "pagePath": "pages/dynamics/index",
  1144. "text": "%tabbar.dynamics%",
  1145. "iconPath": "static/tabbar/bell.png",
  1146. "selectedIconPath": "static/tabbar/bell-active.png"
  1147. },
  1148. {
  1149. "pagePath": "pages/mine/index",
  1150. "text": "%tabbar.mine%",
  1151. "iconPath": "static/tabbar/mine.png",
  1152. "selectedIconPath": "static/tabbar/mine-active.png"
  1153. }
  1154. ]
  1155. },
  1156. "globalStyle": {
  1157. "navigationBarTextStyle": "black",
  1158. "navigationBarTitleText": "uni-app",
  1159. "navigationBarBackgroundColor": "#F8F8F8",
  1160. "backgroundColor": "#F8F8F8"
  1161. }
  1162. }