From eadb9feff0fccfadb8972bc71ff4a1febd754da8 Mon Sep 17 00:00:00 2001 From: tscuite <64051240+tscuite@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BA=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改后端地址为域名 --- web/.env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/.env.production b/web/.env.production index 79ba49a34..d380f11bd 100644 --- a/web/.env.production +++ b/web/.env.production @@ -4,4 +4,5 @@ VITE_CLI_PORT = 8080 VITE_SERVER_PORT = 8888 VITE_BASE_API = /api #下方修改为你的线上ip -VITE_BASE_PATH = http://8.141.61.63 \ No newline at end of file +#VITE_BASE_PATH = http://8.141.61.63 +VITE_BASE_PATH = https://demo.gin-vue-admin.com