pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "navigationStyle": "custom",
  65. "navigationBarBackgroundColor": "#f7f7f7",
  66. "backgroundColor": "#f7f7f7"
  67. },
  68. "tabBar": {
  69. "color": "#000000",
  70. "selectedColor": "#587ff0",
  71. "borderStyle": "black",
  72. "backgroundColor": "#ffffff",
  73. "list": [
  74. {
  75. "pagePath": "pages/chat/chat",
  76. "iconPath": "static/tarbar/chat.png",
  77. "selectedIconPath": "static/tarbar/chat_active.png",
  78. "text": "消息"
  79. },
  80. {
  81. "pagePath": "pages/friend/friend",
  82. "iconPath": "static/tarbar/friend.png",
  83. "selectedIconPath": "static/tarbar/friend_active.png",
  84. "text": "好友"
  85. },
  86. {
  87. "pagePath": "pages/group/group",
  88. "iconPath": "static/tarbar/group.png",
  89. "selectedIconPath": "static/tarbar/group_active.png",
  90. "text": "群聊"
  91. },
  92. {
  93. "pagePath": "pages/mine/mine",
  94. "iconPath": "static/tarbar/mine.png",
  95. "selectedIconPath": "static/tarbar/mine_active.png",
  96. "text": "我的"
  97. }
  98. ]
  99. },
  100. "uniIdRouter": {}
  101. }