dl_vue/.env.development
2025-08-15 15:46:06 +08:00

12 lines
240 B
Plaintext

# 页面标题
VUE_APP_TITLE = 通告快接管理后台
# 开发环境配置
ENV = 'development'
# 通告快接管理后台/开发环境
VUE_APP_BASE_API = 'http://localhost:8088'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true