You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
589 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 复制为 .env 或 .env.local 后生效(须以 VITE_ 开头才会注入构建)
#
# 留空则开发时走当前站点同源 + Vite 代理 /api推荐
# VITE_API_BASE=
# 管理端离线 Mock任意非空账号/密码即可登录;赛事列表/赛道/报名表与评审表版本均在浏览器内存中,刷新会丢)
# 要与真实 Laravel 联调请设为 false并重启 npm run dev
VITE_ADMIN_USE_MOCK=false
# 与后端 SMS_RESEND_INTERVAL_SECONDS 保持一致时,验证码按钮倒计时秒数(改后需重启 npm run dev
# VITE_SMS_RESEND_INTERVAL_SECONDS=60