This commit is contained in:
2026-03-23 09:46:34 +08:00
parent 1134e64415
commit e7704df90e
4 changed files with 22 additions and 11 deletions
+8
View File
@@ -64,4 +64,12 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:9501',
changeOrigin: true,
},
},
},
})