1
chenhaozhe
2026-01-05 5cd0d16cc64fe56e4f77821d43fd841a818c3df9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 页面标题
VUE_APP_TITLE = 智云迈思L-MOM管理系统
 
# 开发环境配置
ENV = 'development'
 
# 智云迈思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://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_CLI_BABEL_TRANSPILE_MODULES = true