Files
EasyFlow/easyflow-ui-admin/app/.env
陈子默 a75f7baf1b fix: 统一管理端开发与部署路由契约
- 开发与生产统一使用 /flow/ 基路径和 Hash 路由

- 自动规范化本地根路径入口并补充契约测试
2026-07-24 19:00:47 +08:00

14 lines
465 B
Bash
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_APP_TITLE=EasyFlow
# 前端部署契约:开发与生产统一使用 /flow/ 基路径和 Hash 路由
VITE_BASE=/flow/
VITE_ROUTER_HISTORY=hash
VITE_GLOB_API_URL=/flow
# 应用命名空间用于缓存、store等功能的前缀确保隔离
VITE_APP_NAMESPACE=easyflow-web
# 对store进行加密的密钥在将store持久化到localStorage时会使用该密钥进行加密
VITE_APP_STORE_SECURE_KEY=please-replace-me-with-your-own-key