diff --git a/.env.localhost b/.env.localhost index eb3bedb..7d2a288 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,5 +1,5 @@ -VITE_APP_API_URL = 'http://127.0.0.1:7001/api' +VITE_APP_API_URL = 'https://dev-case.igandan.com/api' VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com' diff --git a/.env.production b/.env.production index c3f84e5..6bb5cbf 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -VITE_APP_API_URL = 'https://case.igandan.com/api' +VITE_APP_API_URL = 'https://prod-case.igandan.com/api' VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com' diff --git a/.env.test b/.env.test index 85e3280..6e6ce14 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ -VITE_APP_API_URL = 'http://127.0.0.1:1024/api' +VITE_APP_API_URL = 'https://dev-case.igandan.com/api' VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com' @@ -9,4 +9,4 @@ VITE_APP_COOKIE_DOMAIN = '.igandan.com' VITE_APP_PROFILE = 'test' -VITE_APP_MODE = 'development' \ No newline at end of file +VITE_APP_MODE = 'test' \ No newline at end of file diff --git a/src/views/business/case/caseplatform-case-form.vue b/src/views/business/case/caseplatform-case-form.vue index 3010602..03e8c19 100644 --- a/src/views/business/case/caseplatform-case-form.vue +++ b/src/views/business/case/caseplatform-case-form.vue @@ -173,7 +173,8 @@