pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "盒子IM"
  6. }
  7. }, {
  8. "path": "pages/chat/chat",
  9. "style": {
  10. "navigationBarTitleText": "聊天消息"
  11. }
  12. }, {
  13. "path": "pages/friend/friend",
  14. "style": {
  15. "navigationBarTitleText": "好友列表",
  16. "enablePullDownRefresh": false
  17. }
  18. }, {
  19. "path": "pages/group/group",
  20. "style": {
  21. "navigationBarTitleText": "群聊列表",
  22. "enablePullDownRefresh": false
  23. }
  24. }, {
  25. "path": "pages/mine/mine",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/friend/friend-search"
  32. }, {
  33. "path": "pages/common/user-info"
  34. }, {
  35. "path": "pages/chat/chat-box"
  36. }, {
  37. "path": "pages/friend/friend-add"
  38. }, {
  39. "path": "pages/group/group-info"
  40. }, {
  41. "path": "pages/group/group-edit"
  42. }, {
  43. "path": "pages/group/group-invite"
  44. }, {
  45. "path": "pages/group/group-member"
  46. }],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarBackgroundColor": "#F0F0F0",
  50. "backgroundColor": "#fdfdfd"
  51. },
  52. "tabBar": {
  53. "color": "#999999",
  54. "selectedColor": "#09C160",
  55. "borderStyle": "black",
  56. "backgroundColor": "#ffffff",
  57. "list": [{
  58. "pagePath": "pages/chat/chat",
  59. "iconPath": "static/tarbar/chat.png",
  60. "selectedIconPath": "static/tarbar/chat_active.png",
  61. "text": "消息"
  62. },
  63. {
  64. "pagePath": "pages/friend/friend",
  65. "iconPath": "static/tarbar/friend.png",
  66. "selectedIconPath": "static/tarbar/friend_active.png",
  67. "text": "好友"
  68. },
  69. {
  70. "pagePath": "pages/group/group",
  71. "iconPath": "static/tarbar/group.png",
  72. "selectedIconPath": "static/tarbar/group_active.png",
  73. "text": "群聊"
  74. },
  75. {
  76. "pagePath": "pages/mine/mine",
  77. "iconPath": "static/tarbar/mine.png",
  78. "selectedIconPath": "static/tarbar/mine_active.png",
  79. "text": "我的"
  80. }
  81. ]
  82. },
  83. "uniIdRouter": {}
  84. }