pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "enablePullDownRefresh": false
  22. }
  23. }, {
  24. "path": "pages/mine/mine",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/friend/friend-search"
  31. }, {
  32. "path": "pages/common/user-info"
  33. }, {
  34. "path": "pages/chat/chat-box"
  35. }, {
  36. "path": "pages/friend/friend-add"
  37. }, {
  38. "path": "pages/group/group-info"
  39. }, {
  40. "path": "pages/group/group-edit"
  41. }, {
  42. "path": "pages/group/group-invite"
  43. }, {
  44. "path": "pages/group/group-member"
  45. }, {
  46. "path": "pages/mine/mine-edit"
  47. },{
  48. "path": "pages/mine/mine-password"
  49. }],
  50. "globalStyle": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarBackgroundColor": "#F0F0F0",
  53. "backgroundColor": "#fdfdfd"
  54. },
  55. "tabBar": {
  56. "color": "#999999",
  57. "selectedColor": "#09C160",
  58. "borderStyle": "black",
  59. "backgroundColor": "#ffffff",
  60. "list": [{
  61. "pagePath": "pages/chat/chat",
  62. "iconPath": "static/tarbar/chat.png",
  63. "selectedIconPath": "static/tarbar/chat_active.png",
  64. "text": "消息"
  65. },
  66. {
  67. "pagePath": "pages/friend/friend",
  68. "iconPath": "static/tarbar/friend.png",
  69. "selectedIconPath": "static/tarbar/friend_active.png",
  70. "text": "好友"
  71. },
  72. {
  73. "pagePath": "pages/group/group",
  74. "iconPath": "static/tarbar/group.png",
  75. "selectedIconPath": "static/tarbar/group_active.png",
  76. "text": "资讯"
  77. },
  78. {
  79. "pagePath": "pages/mine/mine",
  80. "iconPath": "static/tarbar/mine.png",
  81. "selectedIconPath": "static/tarbar/mine_active.png",
  82. "text": "我的"
  83. }
  84. ]
  85. },
  86. "uniIdRouter": {}
  87. }