Files
my-worker/web-vue/web/.env.development
2025-11-26 18:17:22 +08:00

24 lines
669 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_PUBLIC_PATH = /
# 路由模式true: history、false: hash
VITE_ROUTE_WEB_HISTORY = true
# 代理设置,可配置多个,不能换行,格式:[访问接口的根路径, 代理地址, 是否保持Host头]
VITE_PROXY = [["/js","http://127.0.0.1:8980/js",false]]
# 是否删除 console 调试信息
VITE_DROP_CONSOLE = false
# 访问接口的根路径例如https://vue.jeesite.com建议为空
VITE_GLOB_API_URL =
# 访问接口的前缀,在根路径之后
VITE_GLOB_API_URL_PREFIX = /js
# 访问接口的管理基础路径
VITE_GLOB_ADMIN_PATH = /a
# 文件预览类型true、oss
VITE_FILE_PREVIEW = true