Files
tyapi-frontend/.env
2026-04-25 11:59:14 +08:00

9 lines
526 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.

# 与主站同仓;/sub/auth/* 子账号登注册不依赖本开关。为 true 时根路径进 /sub/auth/login、侧栏为子账号受限菜单
VITE_IS_SUB_PORTAL=false
VITE_API_URL="https://api.tianyuanapi.com"
VITE_CAPTCHA_SCENE_ID="wynt39to"
VITE_CAPTCHA_ENCRYPTED_MODE=false
# 子账号专属前端域名(生产建议配置,如 https://subsole.tianyuanapi.com
VITE_SUB_PORTAL_BASE_URL=""
# 主控制台前端域名(用于从子域回跳主域,如 https://console.tianyuanapi.com
VITE_MAIN_PORTAL_BASE_URL=""