diff --git a/.env.production b/.env.production index 70fcaf40..00537958 100644 --- a/.env.production +++ b/.env.production @@ -10,7 +10,7 @@ VUE_APP_IS_TEST = true VUE_APP_LOGIN_FOR_PERMISSION = false # 是否开启长时间无操作锁定弹框 true:是 false:否 -VUE_APP_LOCK_FOR_PERMISSION = true +VUE_APP_LOCK_FOR_PERMISSION = false # 无操作锁定弹框判断时间 单位:秒 VUE_APP_LOCK_FOR_TIME = 360 diff --git a/.eslintignore b/.eslintignore index 96d8bc74..1f0801b9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,7 +4,8 @@ src/utils/* public dist -src/* +# src/* +src/views/trials/trials-panel/reading/global-review/* src/views/dictionary/checkConfig/* src/views/trials/trials-panel/trial-summary/* src/main.js diff --git a/.gitignore b/.gitignore index 9ad28d23..701a8cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln +.eslintignore diff --git a/src/views/research/components/HistoricalParticipantForm.vue b/src/views/research/components/HistoricalParticipantForm.vue index 3db75975..bdc9e38f 100644 --- a/src/views/research/components/HistoricalParticipantForm.vue +++ b/src/views/research/components/HistoricalParticipantForm.vue @@ -3,19 +3,11 @@