pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "^d-(.*)": "@/components/d-$1.vue"
  5. },
  6. "pages": [
  7. // 演示-组件
  8. {
  9. "path": "pages/index/index",
  10. "style": {
  11. "navigationBarTitleText": "活动详情"
  12. }
  13. },
  14. {
  15. "path": "pages/index/guide",
  16. "style": {
  17. "navigationBarTitleText": "操作指南"
  18. }
  19. },
  20. {
  21. "path": "pages/index/wenjuan-list",
  22. "style": {
  23. "navigationBarTitleText": "问卷列表"
  24. }
  25. },
  26. {
  27. "path": "pages/index/wenjuan-info",
  28. "style": {
  29. "navigationBarTitleText": "问卷列表"
  30. }
  31. },
  32. {
  33. "path": "pages/index/wenjuan",
  34. "style": {
  35. "navigationBarTitleText": "问卷调查"
  36. }
  37. },
  38. {
  39. "path": "pages/index/calendar",
  40. "style": {
  41. "navigationBarTitleText": "数据中心"
  42. }
  43. },
  44. {
  45. "path": "pages/index/calendarExpert",
  46. "style": {
  47. "navigationBarTitleText": "病历审核"
  48. }
  49. },
  50. {
  51. "path": "pages/doctor/upload",
  52. "style": {
  53. "navigationBarTitleText": "病例审核"
  54. }
  55. },
  56. {
  57. "path": "pages/doctor/uploadExpert",
  58. "style": {
  59. "navigationBarTitleText": "病例详情"
  60. }
  61. },
  62. {
  63. "path": "pages/doctor/words",
  64. "style": {
  65. "navigationBarTitleText": "文字识别"
  66. }
  67. },
  68. {
  69. "path": "pages/index/my",
  70. "style": {
  71. "navigationBarTitleText": "个人中心",
  72. "navigationStyle":"custom"
  73. }
  74. },
  75. {
  76. "path": "pages/user/password",
  77. "style": {
  78. "navigationBarTitleText": "修改密码"
  79. }
  80. },
  81. {
  82. "path": "pages/login/login",
  83. "style": {
  84. "navigationBarTitleText": "登录",
  85. "navigationStyle":"custom"
  86. }
  87. },
  88. {
  89. "path": "pages/login/perfect",
  90. "style": {
  91. "navigationBarTitleText": "完善信息",
  92. "navigationStyle":"custom"
  93. }
  94. },
  95. {
  96. "path": "pages/login/agreement",
  97. "style": {
  98. "navigationBarTitleText": "病历评比用户隐私协议"
  99. }
  100. },
  101. {
  102. "path": "pages/login/forget",
  103. "style": {
  104. "navigationBarTitleText": "忘记密码",
  105. "navigationStyle":"custom"
  106. }
  107. }
  108. ],
  109. "globalStyle": {
  110. "navigationBarTextStyle": "black",
  111. "navigationBarTitleText": "钉钉",
  112. "navigationBarBackgroundColor": "#FFFFFF",
  113. "backgroundColor": "#F2F3F5"
  114. // "maxWidth": 400,
  115. // "rpxCalcMaxDeviceWidth":400,
  116. // "rpxCalcBaseDeviceWidth":400,
  117. // "rpxCalcIncludeWidth":400
  118. }
  119. }