update .env.production.

Signed-off-by: xu <1018597174@qq.com>
This commit is contained in:
xu 2025-04-07 13:26:55 +00:00 committed by Gitee
parent 8fa765f7be
commit 323e01eeb3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,7 +19,7 @@ VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_APP_PORT = 80
VITE_APP_PORT = 8051
# 接口加密功能开关(如需关闭 后端也必须对应关闭)
VITE_APP_ENCRYPT = true