pages.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "navigationStyle": "custom"
  62. }
  63. }
  64. ],
  65. "tabBar": {
  66. "color": "#999999",
  67. "selectedColor": "#259653",
  68. "backgroundColor": "#ffffff",
  69. "borderStyle": "black",
  70. "list": [
  71. {
  72. "pagePath": "pages/index/index",
  73. "text": "消息",
  74. "iconPath": "static/icons/tab-message.png",
  75. "selectedIconPath": "static/icons/tab-message-active.png"
  76. },
  77. {
  78. "pagePath": "pages/contacts/index",
  79. "text": "通讯录",
  80. "iconPath": "static/icons/tab-contacts.png",
  81. "selectedIconPath": "static/icons/tab-contacts-active.png"
  82. },
  83. {
  84. "pagePath": "pages/app-center/index",
  85. "text": "应用中心",
  86. "iconPath": "static/icons/tab-app.png",
  87. "selectedIconPath": "static/icons/tab-app-active.png"
  88. }
  89. ]
  90. },
  91. "globalStyle": {
  92. "navigationBarTextStyle": "black",
  93. "navigationBarTitleText": "韫珠IM",
  94. "navigationBarBackgroundColor": "#F8F8F8",
  95. "backgroundColor": "#F8F8F8"
  96. },
  97. "uniIdRouter": {}
  98. }