Files
MBTI_wang/admin/.env.development
2026-03-28 09:56:16 +08:00

8 lines
371 B
Plaintext
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.

# 开发环境配置
# 留空:请求走当前站点相对路径 /api/v1由 vite.config.ts 代理到本机 PHP默认 127.0.0.1:8787避免依赖 hosts。
# 若直连远程 API再改为完整地址例如https://mbtiapi.quwanzhi.com
VITE_API_BASE_URL=http://mbti.com
# 环境标识
VITE_APP_ENV=development
VITE_APP_TITLE=MBTI管理后台-测试环境