postdischarge-ui/.env.development

13 lines
262 B
Plaintext
Raw Normal View History

# 页面标题
VUE_APP_TITLE = 新医路院后患者管理平台
# 开发环境配置
ENV = 'development'
# 新医路院后患者管理平台/开发环境
2025-12-19 10:58:34 +08:00
VUE_APP_BASE_API = 'http://192.168.4.7:19090'
2025-02-26 15:39:51 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true