From a06a8e37b41d21ce3ad54e7974c706ea16f26f23 Mon Sep 17 00:00:00 2001 From: lijiahui <1289711029@qq.com> Date: Tue, 25 Oct 2022 11:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= 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 00ae071..de7243a 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 全医通护理站管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.85:8081' +VUE_APP_BASE_API = 'http://192.168.16.64:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true