pages.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "path": "pages/mine/mine-edit"
  48. },{
  49. "path": "pages/mine/mine-password"
  50. }],
  51. "globalStyle": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarBackgroundColor": "#F0F0F0",
  54. "backgroundColor": "#fdfdfd"
  55. },
  56. "tabBar": {
  57. "color": "#999999",
  58. "selectedColor": "#09C160",
  59. "borderStyle": "black",
  60. "backgroundColor": "#ffffff",
  61. "list": [{
  62. "pagePath": "pages/chat/chat",
  63. "iconPath": "static/tarbar/chat.png",
  64. "selectedIconPath": "static/tarbar/chat_active.png",
  65. "text": "消息"
  66. },
  67. {
  68. "pagePath": "pages/friend/friend",
  69. "iconPath": "static/tarbar/friend.png",
  70. "selectedIconPath": "static/tarbar/friend_active.png",
  71. "text": "好友"
  72. },
  73. {
  74. "pagePath": "pages/group/group",
  75. "iconPath": "static/tarbar/group.png",
  76. "selectedIconPath": "static/tarbar/group_active.png",
  77. "text": "群聊"
  78. },
  79. {
  80. "pagePath": "pages/mine/mine",
  81. "iconPath": "static/tarbar/mine.png",
  82. "selectedIconPath": "static/tarbar/mine_active.png",
  83. "text": "我的"
  84. }
  85. ]
  86. },
  87. "uniIdRouter": {}
  88. }