diff --git a/vite.config.js b/vite.config.js index 9c8dcf5..648223a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -25,6 +25,7 @@ export default defineConfig(({mode, command}) => { }, // vite 相关配置 server: { + port: 80, host: '127.0.0.1', open: true, proxy: {