This commit is contained in:
aixianling
2024-06-20 18:31:15 +08:00
parent 36c4466f09
commit 67aa5264ef
6 changed files with 104 additions and 21 deletions

View File

@@ -21,6 +21,12 @@ export default defineConfig({
}
},
server: {
port: 9000
port: 9000,
proxy: {
'/api': {
target: 'http://10.0.97.209',
changeOrigin: true,
}
}
}
})