From 282b26b4ddf1baf6a77cee9db747765c0c3c749f Mon Sep 17 00:00:00 2001 From: FrozenWatermelon Date: Tue, 21 Feb 2023 11:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4dev=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=94=B9=E6=88=90127.0.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 67c9fc0..de7ff42 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' // api接口请求地址 -VUE_APP_BASE_API = 'http://192.168.1.17:8085' +VUE_APP_BASE_API = 'http://127.0.0.1:8085' # 静态资源文件url VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'