xiangyixiangqin/admin/.env.development
2026-01-06 19:00:44 +08:00

11 lines
267 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.

# 开发环境配置
# 应用标题
VITE_APP_TITLE=相宜相亲后台管理系统(开发)
# API基础地址
VITE_API_BASE_URL=http://localhost:5001/api
# 静态资源服务器地址所有图片统一从AppApi访问
VITE_STATIC_BASE_URL=http://localhost:5000