Hello, {{ userStore.name }}
今天又是元气满满的一天
- - - + diff --git a/vite.config.js b/vite.config.js index b3245cb..ad06847 100644 --- a/vite.config.js +++ b/vite.config.js @@ -24,6 +24,7 @@ export default defineConfig(({ command, mode }) => { plugins: createVitePlugins(viteEnv, isBuild), server: { host: '0.0.0.0', + https: false, port: VITE_PORT, open: false, proxy: VITE_USE_PROXY