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

@ -15,4 +15,5 @@ VITE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/applications'
# xxl-job 控制台地址 # xxl-job 控制台地址
VITE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin' VITE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
VITE_APP_PORT = 3000
VITE_APP_PORT = 80

View File

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