pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-video"
  20. }, {
  21. "path": "pages/friend/friend-add"
  22. }, {
  23. "path": "pages/group/group-info"
  24. }, {
  25. "path": "pages/group/group-edit"
  26. }, {
  27. "path": "pages/group/group-invite"
  28. }, {
  29. "path": "pages/group/group-member"
  30. }, {
  31. "path": "pages/mine/mine-edit"
  32. },{
  33. "path": "pages/mine/mine-password"
  34. }
  35. ],
  36. "globalStyle": {
  37. "navigationBarTitleText": "盒子IM",
  38. "navigationBarTextStyle": "black",
  39. "navigationBarBackgroundColor": "#F0F0F0",
  40. "backgroundColor": "#fdfdfd"
  41. },
  42. "tabBar": {
  43. "color": "#999999",
  44. "selectedColor": "#09C160",
  45. "borderStyle": "black",
  46. "backgroundColor": "#ffffff",
  47. "list": [{
  48. "pagePath": "pages/chat/chat",
  49. "iconPath": "static/tarbar/chat.png",
  50. "selectedIconPath": "static/tarbar/chat_active.png",
  51. "text": "消息"
  52. },
  53. {
  54. "pagePath": "pages/friend/friend",
  55. "iconPath": "static/tarbar/friend.png",
  56. "selectedIconPath": "static/tarbar/friend_active.png",
  57. "text": "好友"
  58. },
  59. {
  60. "pagePath": "pages/group/group",
  61. "iconPath": "static/tarbar/group.png",
  62. "selectedIconPath": "static/tarbar/group_active.png",
  63. "text": "搜索"
  64. },
  65. {
  66. "pagePath": "pages/mine/mine",
  67. "iconPath": "static/tarbar/mine.png",
  68. "selectedIconPath": "static/tarbar/mine_active.png",
  69. "text": "我的"
  70. }
  71. ]
  72. },
  73. "uniIdRouter": {}
  74. }