diff --git a/.env.production b/.env.production index 2eb8a52..834eba3 100644 --- a/.env.production +++ b/.env.production @@ -28,7 +28,7 @@ VITE_SOURCEMAP=false VITE_BASE_PATH=/ # 输出路径 -VITE_OUT_DIR=eam +VITE_OUT_DIR=eam-ui # 自定义接口路径 VITE_INTERFACE_URL='http://10.62.139.32:90/magic/web/index.html' diff --git a/.env.test b/.env.test index f8d316c..8d6cf59 100644 --- a/.env.test +++ b/.env.test @@ -28,7 +28,7 @@ VITE_SOURCEMAP=false VITE_BASE_PATH=/ # 输出路径 -VITE_OUT_DIR=eam +VITE_OUT_DIR=eam-ui # 自定义接口路径 VITE_INTERFACE_URL='http://dev.ccwin-in.com:25210/magic/web/index.html' diff --git a/nginx_prod.conf b/nginx_prod.conf index c358f63..bec5533 100644 --- a/nginx_prod.conf +++ b/nginx_prod.conf @@ -27,7 +27,7 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream eam { - server localhost:90 weight=10 max_fails=3 fail_timeout=10s; + server 10.62.139.32:90 weight=10 max_fails=3 fail_timeout=10s; } server { listen 80;