From 805cf38b4fe6a1705ba5856e351c872c91e3dedf Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 05 三月 2024 10:52:24 +0800 Subject: [PATCH] 培训管理 --- .env.development | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index eba997d..6d6134a 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,14 @@ ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.41:8085' -#VUE_APP_BASE_API = 'http://192.168.0.70:8085' +#黄镇 +#VUE_APP_BASE_API = 'http://192.168.0.47:8085/api' + +#张凤 +@VUE_APP_BASE_API = 'http://192.168.0.70:8085/api' + +#线上 +VUE_APP_BASE_API = 'http://121.239.169.30:8086/api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2