From 09d8c330e76f9f2f0cdf7677c3ed6cefdd14ec5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A6=8F=E8=B4=A2?= <1471584931@qq.com> Date: Thu, 30 Oct 2025 20:34:28 +0800 Subject: [PATCH] =?UTF-8?q?---=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 8d62852..5f268fa 100644 --- a/.env.development +++ b/.env.development @@ -10,7 +10,8 @@ VITE_PUBLIC_PATH = / # 如果接口地址匹配到,则会转发到http://localhost:3000,防止本地出现跨域问题 # 可以有多个,注意多个不能换行,否则代理将会失效 #VITE_PROXY = [["/api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]] -VITE_PROXY=[["/api","http://47.94.165.164:9500"]] +#VITE_PROXY=[["/api","http://47.94.165.164:9500"]] +VITE_PROXY=[["/api","http://127.0.0.1:8090"]] # 是否删除Console.log VITE_DROP_CONSOLE = false diff --git a/Dockerfile b/Dockerfile index d7f12fc..1939ffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ VOLUME ["/etc/nginx/nginx.conf", "/usr/share/nginx/html"] CMD ["nginx","-g","daemon off;"] -# docker build -t itc-web:1.0.0 . +# docker build -t docker.ges.bjgastx.com/itc-web:1.0.0 .