duhe
2026-01-08 9471ba36c9a92b10930637ea9834af192b785ced
增加杜贺本地后端接口前缀
2个文件已修改
12 ■■■■■ 已修改文件
.env.development 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -6,9 +6,11 @@
# 智云迈思L-MOM管理系统/开发环境
# VUE_APP_BASE_API = 'http://localhost:81/API/'
# VUE_APP_BASE_API = 'http://47.96.97.237/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://localhost:8082/LuBaoAPI/'
VUE_APP_BASE_API = 'http://192.168.1.11/API/'
# VUE_APP_BASE_API = 'http://192.168.1.11/API/'
#杜贺
# VUE_APP_BASE_API = http://localhost:8082/API/
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
.env.production
@@ -8,8 +8,10 @@
# VUE_APP_BASE_API = http://192.168.0.236:9010/API/
# VUE_APP_BASE_API = http://220.189.218.155:9010/API/
# 余姚 锦隆 智能家居
VUE_APP_BASE_API = http://192.168.1.11/API/
# VUE_APP_BASE_API = http://192.168.1.11/API/
# 智云迈思L-MOM管理系统/生产环境
# VUE_APP_BASE_API = http://47.96.97.237/API/
VUE_APP_BASE_API = http://47.96.97.237/API/
#杜贺
# VUE_APP_BASE_API = http://localhost:8082/API/
# 路由懒加载 
VUE_CLI_BABEL_TRANSPILE_MODULES = true