pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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/jilu",
  34. "style": {
  35. "navigationBarTitleText": "转账记录"
  36. }
  37. },
  38. {
  39. "path": "pages/index/wenjuan",
  40. "style": {
  41. "navigationBarTitleText": "问卷调查"
  42. }
  43. },
  44. {
  45. "path": "pages/index/calendar",
  46. "style": {
  47. "navigationBarTitleText": "数据中心"
  48. }
  49. },
  50. {
  51. "path": "pages/index/calendarExpert",
  52. "style": {
  53. "navigationBarTitleText": "病例审核"
  54. }
  55. },
  56. {
  57. "path": "pages/doctor/upload",
  58. "style": {
  59. "navigationBarTitleText": "病例审核"
  60. }
  61. },
  62. {
  63. "path": "pages/doctor/uploadExpert",
  64. "style": {
  65. "navigationBarTitleText": "病例详情"
  66. }
  67. },
  68. {
  69. "path": "pages/doctor/words",
  70. "style": {
  71. "navigationBarTitleText": "文字识别"
  72. }
  73. },
  74. {
  75. "path": "pages/index/my",
  76. "style": {
  77. "navigationBarTitleText": "个人中心",
  78. "navigationStyle":"custom"
  79. }
  80. },
  81. {
  82. "path": "pages/user/password",
  83. "style": {
  84. "navigationBarTitleText": "修改密码"
  85. }
  86. },
  87. {
  88. "path": "pages/login/login",
  89. "style": {
  90. "navigationBarTitleText": "登录",
  91. "navigationStyle":"custom"
  92. }
  93. },
  94. {
  95. "path": "pages/login/change-gongsi",
  96. "style": {
  97. "navigationBarTitleText": "选择公司",
  98. "navigationStyle":"custom"
  99. }
  100. },
  101. {
  102. "path": "pages/login/perfect",
  103. "style": {
  104. "navigationBarTitleText": "完善信息",
  105. "navigationStyle":"custom"
  106. }
  107. },
  108. {
  109. "path": "pages/login/agreement",
  110. "style": {
  111. "navigationBarTitleText": "隐私协议"
  112. }
  113. },
  114. {
  115. "path": "pages/login/forget",
  116. "style": {
  117. "navigationBarTitleText": "忘记密码",
  118. "navigationStyle":"custom"
  119. }
  120. }
  121. ],
  122. "globalStyle": {
  123. "navigationBarTextStyle": "black",
  124. "navigationBarTitleText": "钉钉",
  125. "navigationBarBackgroundColor": "#FFFFFF",
  126. "backgroundColor": "#F2F3F5"
  127. // "maxWidth": 400,
  128. // "rpxCalcMaxDeviceWidth":400,
  129. // "rpxCalcBaseDeviceWidth":400,
  130. // "rpxCalcIncludeWidth":400
  131. }
  132. }