From 121aceaa7a46d4c38c360e24f589450f1e628dfb Mon Sep 17 00:00:00 2001 From: tscuite <64051240+tscuite@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:00:04 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改后端地址 --- web/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.env.production b/web/.env.production index 79ba49a3..2e3d72d8 100644 --- a/web/.env.production +++ b/web/.env.production @@ -4,4 +4,4 @@ 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 = https://demo.gin-vue-admin.com