Files
erp-frontend/.env.development

20 lines
668 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_API_URL = 'http://localhost:8080'
# 静态文件获取根路径
VITE_PUBLIC_PATH = "/"
# 线上环境路由历史模式,格式为 `模式, base 参数`,模式可配置为 hash 和 history如果填错或者不填则默认 history 模式
VITE_ROUTER_MODE = "history, /"
# 是否加载所有 element-plus 样式false 则为按需加载
VITE_LOAD_ALL_EP_STYLE = true
# 是否加载所有 element-plus 组件false 则为按需加载
VITE_LOAD_ALL_EP_COMPONENTS = true
# WebSocket 连接 URL前提在 .env 里将 VITE_WEBSOCKET 改为 true开启 WebSocket
VITE_WEBSOCKET_URL = ""
VITE_ROUTE_ACCESS_MODE = mixed