pages.json 1.6 KB

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