bug fix and performance improvements

This commit is contained in:
2023-07-20 17:26:43 +08:00
parent 3b2fed2967
commit 6cc3e9e348
27 changed files with 757 additions and 422 deletions

View File

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