auto_score/AES-front/.env.development

18 lines
399 B
Plaintext
Raw Permalink 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_PUBLIC_PATH = '/'
# 是否启用MOCK
VITE_USE_MOCK = false
# 是否启用代理 (设置为true,需要先将VITE_USE_MOCK = false)
VITE_USE_PROXY = true
# base api (/api 连本地后端; /api/v2 连的学校服务器后端; /api/v3 连的阿里云服务器后端)
VITE_BASE_API = '/api'
# 使用hash路由
VITE_USE_HASH = 'true'