You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
# 生产环境配置
|
|
VITE_APP_ENV = 'production'
|
|
|
|
# 应用访问路径 例如使用前缀 /admin/
|
|
VITE_APP_CONTEXT_PATH = '/admin/'
|
|
|
|
# 监控地址
|
|
VITE_APP_MONITRO_ADMIN = '/monitor/login'
|
|
|
|
# 监控地址
|
|
VITE_APP_XXL_JOB_ADMIN = '/xxljob/'
|
|
|
|
# 若依管理系统/生产环境
|
|
VITE_APP_BASE_API = '/api'
|
|
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
|
VITE_BUILD_COMPRESS = gzip |