pages.json 2.0 KB

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