端口修改为80

This commit is contained in:
valarchie 2022-10-26 22:43:06 +08:00
parent 01147f574f
commit 6a92801f73

View File

@ -25,6 +25,7 @@ export default defineConfig(({mode, command}) => {
},
// vite 相关配置
server: {
port: 80,
host: '127.0.0.1',
open: true,
proxy: {