diff --git a/.env.production b/.env.production index 68f45f4..e459511 100644 --- a/.env.production +++ b/.env.production @@ -22,7 +22,7 @@ VUE_APP_LOGOUT_FOR_PERMISSION = false VUE_APP_LOGOUT_FOR_TIME = 1800 # 是否开启密码正则验证 true:是 false:否 -VUE_APP_PASSWORD_FOR_PERMISSION = true +VUE_APP_PASSWORD_FOR_PERMISSION = false # 是否开启密码正则验证 true:是 false:否 VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$ diff --git a/.env.uat b/.env.uat index c2d8769..4e894be 100644 --- a/.env.uat +++ b/.env.uat @@ -1,6 +1,6 @@ # just a flag -ENV = 'production' -NODE_ENV = 'production' +ENV = 'uat' +NODE_ENV = 'uat' # base public path VUE_APP_BASE_PATH = '/' diff --git a/.env.usa b/.env.usa index 7df52bb..cd4f5b4 100644 --- a/.env.usa +++ b/.env.usa @@ -1,6 +1,6 @@ # just a flag -ENV = 'production' -NODE_ENV = 'production' +ENV = 'usa' +NODE_ENV = 'usa' # base public path VUE_APP_BASE_PATH = '/' diff --git a/src/views/trials/trials-myinfo/password.vue b/src/views/trials/trials-myinfo/password.vue index 4734c4d..50357a1 100644 --- a/src/views/trials/trials-myinfo/password.vue +++ b/src/views/trials/trials-myinfo/password.vue @@ -157,4 +157,9 @@ export default { }, }, }; - \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/trials/trials-panel/study/components/list.vue b/src/views/trials/trials-panel/study/components/list.vue index 6d4367f..06ddaa5 100644 --- a/src/views/trials/trials-panel/study/components/list.vue +++ b/src/views/trials/trials-panel/study/components/list.vue @@ -72,14 +72,14 @@ {{ $t("common:button:reset") }} - {{ $t("trials:study:button:automaticBind") }} - + -->