chenhaozhe
2025-12-03 3e29ff0f7aedcc628e515cb79fdd214dc499207a
配置文件调整
2个文件已修改
5 ■■■■■ 已修改文件
.env.development 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -5,8 +5,8 @@
ENV = 'development'
# 智云迈思L-MOM管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:81/API/'
# VUE_APP_BASE_API = 'http://localhost:81/API/'
# VUE_APP_BASE_API = 'http://47.96.97.237/API/'
# VUE_APP_BASE_API = 'http://220.189.218.155:9010/API/'
VUE_APP_BASE_API = 'http://220.189.218.155:9010/API/'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
.env.production
@@ -6,7 +6,6 @@
# 智云迈思L-MOM管理系统/生产环境
# VUE_APP_BASE_API = 'http://47.96.97.237/API/'
# 四维尔 生产环境
VUE_APP_BASE_API = 'http://220.189.218.155:9010/API/' 
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true