postdischarge-ui/.env.development
2024-05-06 17:16:50 +08:00

12 lines
262 B
Plaintext

# 页面标题
VUE_APP_TITLE = 新医路院后患者管理平台
# 开发环境配置
ENV = 'development'
# 新医路院后患者管理平台/开发环境
VUE_APP_BASE_API = 'http://192.168.16.48:8080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true