端口修改

This commit is contained in:
2025-12-15 14:50:29 +08:00
parent 302173f623
commit 3767150fd6
16 changed files with 52 additions and 52 deletions

View File

@@ -100,7 +100,7 @@ export default defineConfig({
},
server: {
port: 5000,
port: 7000,
strictPort: true,
host: true,
cors: true,
@@ -112,7 +112,7 @@ export default defineConfig({
},
preview: {
port: 5000,
port: 7000,
host: true,
cors: true,
headers: {