pages.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "消息",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/chat/index",
  18. "style": {
  19. "navigationBarTitleText": "聊天",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/contacts/index",
  25. "style": {
  26. "navigationBarTitleText": "通讯录",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/contact-detail/index",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/app-center/index",
  39. "style": {
  40. "navigationBarTitleText": "应用中心",
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "pages/search-center/index",
  46. "style": {
  47. "navigationBarTitleText": "搜索",
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/profile/index",
  53. "style": {
  54. "navigationBarTitleText": "个人信息"
  55. }
  56. },
  57. {
  58. "path": "pages/webview/index",
  59. "style": {
  60. "navigationBarTitleText": "网页"
  61. }
  62. }
  63. ],
  64. "tabBar": {
  65. "color": "#999999",
  66. "selectedColor": "#259653",
  67. "backgroundColor": "#ffffff",
  68. "borderStyle": "black",
  69. "list": [
  70. {
  71. "pagePath": "pages/index/index",
  72. "text": "消息",
  73. "iconPath": "static/icons/tab-message.png",
  74. "selectedIconPath": "static/icons/tab-message-active.png"
  75. },
  76. {
  77. "pagePath": "pages/contacts/index",
  78. "text": "通讯录",
  79. "iconPath": "static/icons/tab-contacts.png",
  80. "selectedIconPath": "static/icons/tab-contacts-active.png"
  81. },
  82. {
  83. "pagePath": "pages/app-center/index",
  84. "text": "应用中心",
  85. "iconPath": "static/icons/tab-app.png",
  86. "selectedIconPath": "static/icons/tab-app-active.png"
  87. }
  88. ]
  89. },
  90. "globalStyle": {
  91. "navigationBarTextStyle": "black",
  92. "navigationBarTitleText": "韫珠IM",
  93. "navigationBarBackgroundColor": "#F8F8F8",
  94. "backgroundColor": "#F8F8F8"
  95. },
  96. "uniIdRouter": {}
  97. }