pages.json 1.7 KB

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