diff --git a/.env.usa b/.env.usa index 1f1d2d26..84f3865a 100644 --- a/.env.usa +++ b/.env.usa @@ -2,7 +2,7 @@ ENV = 'production' NODE_ENV = 'production' # base public path -VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-01-31/' +VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-02-16/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = false diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1e13f20c..ed76f483 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -109,7 +109,7 @@ 关于 - + { if (valid) { - this.isShow = true + this.onSuccess() + // this.isShow = true } else { // console.log('error submit!!') return false diff --git a/src/views/trials/trials-panel/attachments/self-attachment/index.vue b/src/views/trials/trials-panel/attachments/self-attachment/index.vue index 2c002819..cff606da 100644 --- a/src/views/trials/trials-panel/attachments/self-attachment/index.vue +++ b/src/views/trials/trials-panel/attachments/self-attachment/index.vue @@ -39,7 +39,6 @@ -