pages.json 2.2 KB

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