app.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. "pages/friends/friends",
  4. "pages/login/login",
  5. "pages/login/loginByPhone",
  6. "pages/login/loginByCode",
  7. "pages/login/loginByPassword",
  8. "pages/info/sex",
  9. "pages/info/figure",
  10. "pages/info/datum",
  11. "pages/info/city",
  12. "pages/info/wechat",
  13. "pages/mine/mine",
  14. "pages/friends/user",
  15. "pages/mine/guest",
  16. "pages/mine/album",
  17. "pages/info/editCenter",
  18. "pages/info/labels",
  19. "pages/vip/vip",
  20. "pages/wallet/wallet",
  21. "pages/webview/webview",
  22. "pages/messages/messages",
  23. "pages/search/search"
  24. ],
  25. "subPackages": [
  26. {
  27. "root": "pagesSub/",
  28. "pages": [
  29. "chatting/chatting",
  30. "setting/setting",
  31. "faceVideo/faceVideo"
  32. ]
  33. }
  34. ],
  35. "window": {
  36. "navigationBarTextStyle": "white",
  37. "navigationBarTitleText": "uni-app",
  38. "navigationBarBackgroundColor": "#151126",
  39. "backgroundColor": "#151126"
  40. },
  41. "tabBar": {
  42. "custom": true,
  43. "color": "#7D7DA4",
  44. "selectedColor": "#FFFFFF",
  45. "borderStyle": "black",
  46. "backgroundColor": "#151126",
  47. "list": [
  48. {
  49. "pagePath": "pages/friends/friends",
  50. "iconPath": "static/tabbar/friends-off.png",
  51. "selectedIconPath": "static/tabbar/friends-on.png",
  52. "text": "交友"
  53. },
  54. {
  55. "pagePath": "pages/messages/messages",
  56. "iconPath": "static/tabbar/message-off.png",
  57. "selectedIconPath": "static/tabbar/message-on.png",
  58. "text": "消息"
  59. },
  60. {
  61. "pagePath": "pages/mine/mine",
  62. "iconPath": "static/tabbar/mine-off.png",
  63. "selectedIconPath": "static/tabbar/mine-on.png",
  64. "text": "我的"
  65. }
  66. ]
  67. },
  68. "requiredPrivateInfos": [
  69. "getFuzzyLocation"
  70. ],
  71. "permission": {
  72. "scope.userLocation": {
  73. "desc": "获取您的位置获得更多优质推荐"
  74. },
  75. "scope.userFuzzyLocation": {
  76. "desc": "获取您的位置获得更多优质推荐"
  77. }
  78. },
  79. "usingComponents": {},
  80. "sitemapLocation": "sitemap.json"
  81. }