update 默认端口修改为80

This commit is contained in:
疯狂的狮子Li
2023-04-02 22:40:36 +08:00
parent 3b93c8ac56
commit cc0bedffb9
2 changed files with 3 additions and 2 deletions

View File

@ -19,4 +19,4 @@ VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_APP_PORT = 3000
VITE_APP_PORT = 80