Files
my-worker/web-vue/web/.env.tomcat
2026-01-01 10:36:24 +08:00

33 lines
848 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 = /vuePath
# 打包编译发布路径
VITE_OUTPUT_DIR = ../../web-api/src/main/resources/worker
# 路由模式true: history、false: hash
VITE_ROUTE_WEB_HISTORY = true
# 是否删除 console 调试信息
VITE_DROP_CONSOLE = true
# 是否启用 gzip 或 brotli 压缩,多个使用 `,` 分隔
# 支持选项: gzip | brotli | none
VITE_BUILD_COMPRESS = 'none'
# 是否删除源文件时使用压缩,默认为 false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
VITE_GLOB_API_URL =
# 访问接口的前缀,在根路径之后
VITE_GLOB_API_URL_PREFIX =
# 访问接口的管理基础路径
VITE_GLOB_ADMIN_PATH = /a
# 文件预览类型true、oss
VITE_FILE_PREVIEW = true
# 是否兼容内核比较低的浏览器(编译包会变大、影响打包速度)
VITE_LEGACY = false