From d577c9e16f3449940488e86f5e9fe407abe285f2 Mon Sep 17 00:00:00 2001 From: liupopo Date: Fri, 24 Nov 2023 09:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index f9657ef..d7f19ae 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/api' +VUE_APP_BASE_API = '/lpkapi' ## 配置 正式接口地址 VUE_APP_URL = "http://120.46.131.15:8111"