pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [{
  11. "path": "pages/login/login"
  12. },
  13. {
  14. "path": "pages/register/register"
  15. },
  16. {
  17. "path": "pages/chat/chat"
  18. },
  19. {
  20. "path": "pages/friend/friend"
  21. },
  22. {
  23. "path": "pages/group/group"
  24. },
  25. {
  26. "path": "pages/mine/mine"
  27. },
  28. {
  29. "path": "pages/common/user-info"
  30. },
  31. {
  32. "path": "pages/chat/chat-box",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "app-plus": {
  36. // adjustPan窗体高度不变,但窗体上推、adjustResize屏幕高度=webview窗体高度+软键盘高度
  37. "softinputMode": "adjustResize"
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/chat/chat-private-video"
  43. },
  44. {
  45. "path": "pages/chat/chat-group-video"
  46. },
  47. {
  48. "path": "pages/friend/friend-add"
  49. },
  50. {
  51. "path": "pages/group/group-info"
  52. },
  53. {
  54. "path": "pages/group/group-edit"
  55. },
  56. {
  57. "path": "pages/group/group-invite"
  58. },
  59. {
  60. "path": "pages/group/group-member"
  61. },
  62. {
  63. "path": "pages/mine/mine-edit"
  64. },
  65. {
  66. "path": "pages/mine/mine-password"
  67. }
  68. ],
  69. "globalStyle": {
  70. "navigationBarTitleText": "盒子IM",
  71. "navigationStyle": "custom",
  72. "navigationBarBackgroundColor": "#f7f7f7",
  73. "backgroundColor": "#f7f7f7"
  74. },
  75. "tabBar": {
  76. "color": "#000000",
  77. "selectedColor": "#587ff0",
  78. "borderStyle": "black",
  79. "backgroundColor": "#ffffff",
  80. "list": [{
  81. "pagePath": "pages/chat/chat",
  82. "iconPath": "static/tarbar/chat.png",
  83. "selectedIconPath": "static/tarbar/chat_active.png",
  84. "text": "消息"
  85. },
  86. {
  87. "pagePath": "pages/friend/friend",
  88. "iconPath": "static/tarbar/friend.png",
  89. "selectedIconPath": "static/tarbar/friend_active.png",
  90. "text": "好友"
  91. },
  92. {
  93. "pagePath": "pages/group/group",
  94. "iconPath": "static/tarbar/group.png",
  95. "selectedIconPath": "static/tarbar/group_active.png",
  96. "text": "群聊"
  97. },
  98. {
  99. "pagePath": "pages/mine/mine",
  100. "iconPath": "static/tarbar/mine.png",
  101. "selectedIconPath": "static/tarbar/mine_active.png",
  102. "text": "我的"
  103. }
  104. ]
  105. },
  106. "uniIdRouter": {}
  107. }