diff --git a/.env.test b/.env.test index eeb2fae..b7221ef 100644 --- a/.env.test +++ b/.env.test @@ -1,8 +1,8 @@ # port -VITE_DEV_PORT = '27009' +VITE_DEV_PORT = '28009' # production path -VITE_BASE_URL = 'http://dev.ccwin-in.com:27009' +VITE_BASE_URL = 'http://dev.ccwin-in.com:28009' # 租户开关 VITE_APP_TENANT_ENABLE=false \ No newline at end of file diff --git a/nginx.conf b/nginx.conf index 5048aea..44a4d1e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,7 +27,7 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; server { - listen 27001; + listen 28001; server_name_in_redirect off; server_name dev.ccwin-in.com; location / {