coder-common-thin-frontend/.env
Leo c733dc5ffe config: 更新环境配置文件
- 调整开发环境配置参数
- 优化应用运行时设置
- 确保与新功能模块的兼容性
2025-09-25 16:01:25 +08:00

27 lines
474 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_BASE_URL = /
# 项目名称
VITE_APP_NAME = COI-ADMIN
# 路由模式 web hash
VITE_ROUTE_MODE = web
# 路由加载模式 static dynamic
VITE_ROUTE_LOAD_MODE = dynamic
# 设置登陆后跳转地址
VITE_HOME_PATH = /dashboard
# 本地存储前缀
VITE_STORAGE_PREFIX =
# 版权信息
VITE_COPYRIGHT_INFO = Copyright © 2024 Leocoder
# 自动刷新token
VITE_AUTO_REFRESH_TOKEN = Y
# 默认多语言 enUS | zhCN
VITE_DEFAULT_LANG = zhCN