pages.json 2.6 KB

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