From be96b2e93ef03e875be44c3546e2c06fe35f1716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 20 Feb 2024 11:41:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=BB=91=E5=9D=97=E8=B7=B3=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.usa | 2 +- src/views/login/index.vue | 5 +++-- .../attachments/self-attachment/index.vue | 12 ++++++++---- .../reading/dicoms/components/DicomCanvas.vue | 2 +- .../dicoms/customize/CustomizeDicomCanvas.vue | 3 ++- 5 files changed, 15 insertions(+), 9 deletions(-) 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..481cca23 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 @@ -