pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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/myCenter/index",
  18. "style": {
  19. "navigationBarTitleText": "我的"
  20. }
  21. }
  22. ,{
  23. "path" : "pages/myCenter/personalData/personalData",
  24. "style" :
  25. {
  26. "navigationBarTitleText": "个人资料",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/index/detail/detail",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "用户详情",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ,{
  39. "path" : "pages/myCenter/updatePassword/updatePassword",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "修改密码",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "pages/session/list/list",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "会话列表",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "pages/session/detail/detail",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "会话详情",
  59. "enablePullDownRefresh": false
  60. }
  61. }
  62. ,{
  63. "path" : "pages/chatRoom/chatRoom",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "视频通话",
  67. "enablePullDownRefresh": false
  68. }
  69. }
  70. ,{
  71. "path" : "pages/chatconnect/chatconnect",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "聊天室",
  75. "enablePullDownRefresh": false
  76. }
  77. }
  78. ,{
  79. "path" : "pages/ECG/index/index",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "",
  83. "enablePullDownRefresh": false
  84. }
  85. }
  86. ,{
  87. "path" : "pages/ECG/webView/webView",
  88. "style" :
  89. {
  90. "navigationBarTitleText": "",
  91. "enablePullDownRefresh": false
  92. }
  93. }
  94. ],
  95. "tabBar": {
  96. "color": "#999999",
  97. "selectedColor": "#3384ff",
  98. "borderStyle": "white",
  99. "backgroundColor": "#ffffff",
  100. "list": [{
  101. "pagePath": "pages/index/index",
  102. "iconPath": "static/tabBar/index.png",
  103. "selectedIconPath": "static/tabBar/indexEd.png",
  104. "text": "患者"
  105. },
  106. {
  107. "pagePath": "pages/myCenter/index",
  108. "iconPath": "static/tabBar/mine.png",
  109. "selectedIconPath": "static/tabBar/mineEd.png",
  110. "text": "我的"
  111. }
  112. ]
  113. },
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "uni-app",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8"
  119. }
  120. }