coder-common-thin-frontend/.env
Leo 39a2b25c62 chore(config): 更新项目配置和依赖
- 更新环境配置文件(.env)
- 更新CLAUDE.md项目指导文档
- 更新package.json依赖和脚本配置
- 更新服务配置(service.config.ts)

包含依赖更新和项目配置优化
2025-07-06 00:58:48 +08:00

27 lines
482 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/monitor
# 本地存储前缀
VITE_STORAGE_PREFIX =
# 版权信息
VITE_COPYRIGHT_INFO = Copyright © 2024 Leocoder
# 自动刷新token
VITE_AUTO_REFRESH_TOKEN = Y
# 默认多语言 enUS | zhCN
VITE_DEFAULT_LANG = zhCN