Files
EasyFlow/easyflow-ui-admin/app/.env.development
陈子默 cff4fe8da9 build: 适配管理端 flow 基路径
- 调整开发与分析环境的 base 和接口前缀为 /flow

- 更新 Vite 代理配置,兼容 /flow/api 与 /flow/userCenter

- 修复基路径下的 Logo 与启动加载图资源地址
2026-03-18 21:56:36 +08:00

14 lines
223 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 端口号
VITE_PORT=5090
VITE_BASE=/flow/
# 接口地址
VITE_GLOB_API_URL=/flow
# 是否打开 devtoolstrue 为打开false 为关闭
VITE_DEVTOOLS=false
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true