pages.json 2.2 KB

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