From d8ddcd5c230e122eac093a725a2c474fa603363d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E8=AE=AD?= <11929933+shen_xun@user.noreply.gitee.com> Date: Sat, 8 Mar 2025 14:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 72f1c35..9c1d10d 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,8 @@ VUE_APP_TITLE = Coin后台管理系统 ENV = 'production' # 若依管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://8.137.52.68:8081' +# VUE_APP_BASE_API = '/prod-api' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/'