From 1a8f401c0d29b46c7b61590436fb901e4fc68b46 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Wed, 25 Oct 2023 09:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 560378b..34dfed6 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,10 @@ VUE_APP_TITLE = 数据中台系统 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://localhost:9035' +# VUE_APP_BASE_API = 'http://localhost:9035' # VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api' +VUE_APP_BASE_API = 'http://39.101.188.84:9035' + # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true