pages.json 1.6 KB

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