修改vue docker 配置文件

This commit is contained in:
BBIT-Kai
2025-05-12 11:30:27 +08:00
parent 369980293e
commit cdaa958e75
5 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
VITE_BASE=/
# 接口地址
VITE_GLOB_API_URL=https://171.212.101.199:8089/api
VITE_GLOB_API_URL=http://171.212.101.199:8089/api
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=none
@@ -16,4 +16,4 @@ VITE_ROUTER_HISTORY=hash
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true
VITE_ARCHIVER=false