Files
mes-ui-d2/.env.development

12 lines
237 B
Plaintext
Raw Normal View History

# 开发环境
# 页面 title 前缀
VUE_APP_TITLE=D2Admin Dev
# 后台接口地址(代理目标)
2026-06-25 11:21:47 +08:00
VUE_APP_BASE_URL=http://127.0.0.1:22777/background/
2026-06-25 11:00:20 +08:00
# Workerman 接口地址和端口
VUE_APP_WORKERMAN_URL=http://127.0.0.1:34351