JinZHouXiYiJi_DaPin2/.env.development

28 lines
527 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 网站标题
VITE_APP_TITLE='DataView'
# 端口
VITE_APP_PORT=8890
# 代理配置(开发使用),必须在一行中
VITE_APP_PROXY=[["/api","http://localhost:8000"],["/mdwms","http://localhost:8083"]]
# 后端地址
VITE_APP_BASE_URL='/'
# 路由模式hash 或者 history
VITE_ROUTER_MODE='hash'
# Token 键
VITE_AUTH_TOKEN='Token'
# Token 的存储TokenStorage
VITE_TOKEN_STORAGE='localStorage'
# 网站是否不需要权限认证: NoAuth Auth
VITE_APP_NO_AUTH='Auth'
VITE_BACKIMAGE=''
VITE_MOCK=true