school_website/ruoyi-ui/.env.development

12 lines
330 B
Plaintext
Raw Normal View History

2024-07-22 11:21:29 +08:00
# 页面标题
2024-08-01 13:44:32 +08:00
VUE_APP_TITLE = 虚拟仿真实验教学中心
2024-07-22 11:21:29 +08:00
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# VUE_APP_BASE_API = 'http://192.168.31.25:8080'
VUE_APP_BASE_API = 'http://localhost:8080/hgdWebsite'
# VUE_APP_BASE_API = '/dev-api'
2024-07-22 11:21:29 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true