map/ui/dasadmin/.env.development
2024-06-13 11:30:23 +08:00

16 lines
438 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.

# 本地环境
ENV = 'development'
# base路径
VITE_BASE_PATH = './'
# 网站是否不需要权限认证: NoAuth Auth
VITE_APP_NO_AUTH='NoAuth'
# 代理配置(开发使用),必须在一行中
VITE_APP_PROXY=[["/api","https://usp2.jsspisoft.com/api"]]
# 开发环境下跨域代理请输入要跨域的api地址 - 尾部无需带'/'
# VITE_PROXY_URL = 'http://localhost:8000'
VITE_AXIOS_BASE_URL = 'http://localhost:1818'