fix: issues

This commit is contained in:
2025-12-20 14:11:44 +08:00
parent 88d42470c4
commit 8e95dada82
17 changed files with 95 additions and 87 deletions

View File

@@ -27,11 +27,11 @@ export default defineConfig({
},
server: {
host: '0.0.0.0',
allowedHosts: ['mp.jdwan.com'],
allowedHosts: ['mp.jdwan.com'],
port: 3000,
open: true,
proxy: {
'/v1': 'http://localhost:8088',
'/admin/v1': 'http://localhost:8088',
}
}
});