From 992e3dcf3b4675ef85ef5e41b1ea8f6b22665b22 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Fri, 5 Aug 2022 06:33:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=94=9F=E4=BA=A7?= =?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.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 6c9ea06..c4fd5e7 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 生产环境配置 ENV = 'production' -VUE_APP_BASE_API_URL = 'http://47.106.243.172:8888/api/front' -VUE_APP_BASE_IMG_URL = 'http://127.0.0.1:8888' +VUE_APP_BASE_API_URL = 'http://api.test.baidu.com/api' +VUE_APP_BASE_IMG_URL = 'http://api.test.baidu.com'