From 3a27b6f4a13c4bc1d81450f5833bbc4a639d2e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Thu, 24 Aug 2023 09:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=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 8f16e82..02df1c9 100644 --- a/.env.development +++ b/.env.development @@ -8,10 +8,10 @@ ENV = 'development' # VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api' #公司接口 -# VUE_APP_BASE_API = 'http://39.101.188.84:9027' +VUE_APP_BASE_API = 'http://39.101.188.84:9027' #局域网 -VUE_APP_BASE_API = 'http://192.168.0.108:9027' +# VUE_APP_BASE_API = 'http://192.168.0.108:9027' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true