From 7fc01e533528decfa77c78842c13314da8ab0600 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Tue, 13 Jun 2023 19:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 38acc90..efacd23 100644 --- a/.env.development +++ b/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://huirong.ybkjyl.com/api" -# VUE_APP_URL = "http://127.0.0.1:7103" +# VUE_APP_URL = "http://huirong.ybkjyl.com/api" +VUE_APP_URL = "http://127.0.0.1:7103"