pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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",
  22. "style": {
  23. "navigationBarTitleText": "问卷调查"
  24. }
  25. },
  26. {
  27. "path": "pages/index/calendar",
  28. "style": {
  29. "navigationBarTitleText": "数据中心"
  30. }
  31. },
  32. {
  33. "path": "pages/index/calendarExpert",
  34. "style": {
  35. "navigationBarTitleText": "病历审核"
  36. }
  37. },
  38. {
  39. "path": "pages/doctor/upload",
  40. "style": {
  41. "navigationBarTitleText": "病例审核"
  42. }
  43. },
  44. {
  45. "path": "pages/doctor/uploadExpert",
  46. "style": {
  47. "navigationBarTitleText": "病例详情"
  48. }
  49. },
  50. {
  51. "path": "pages/doctor/words",
  52. "style": {
  53. "navigationBarTitleText": "文字识别"
  54. }
  55. },
  56. {
  57. "path": "pages/index/my",
  58. "style": {
  59. "navigationBarTitleText": "个人中心",
  60. "navigationStyle":"custom"
  61. }
  62. },
  63. {
  64. "path": "pages/user/password",
  65. "style": {
  66. "navigationBarTitleText": "修改密码"
  67. }
  68. },
  69. {
  70. "path": "pages/login/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "navigationStyle":"custom"
  74. }
  75. },
  76. {
  77. "path": "pages/login/perfect",
  78. "style": {
  79. "navigationBarTitleText": "完善信息",
  80. "navigationStyle":"custom"
  81. }
  82. },
  83. {
  84. "path": "pages/login/agreement",
  85. "style": {
  86. "navigationBarTitleText": "病历评比用户隐私协议"
  87. }
  88. },
  89. {
  90. "path": "pages/login/forget",
  91. "style": {
  92. "navigationBarTitleText": "忘记密码",
  93. "navigationStyle":"custom"
  94. }
  95. }
  96. ],
  97. "globalStyle": {
  98. "navigationBarTextStyle": "black",
  99. "navigationBarTitleText": "钉钉",
  100. "navigationBarBackgroundColor": "#FFFFFF",
  101. "backgroundColor": "#F2F3F5"
  102. // "maxWidth": 400,
  103. // "rpxCalcMaxDeviceWidth":400,
  104. // "rpxCalcBaseDeviceWidth":400,
  105. // "rpxCalcIncludeWidth":400
  106. }
  107. }