提交
This commit is contained in:
@@ -21,6 +21,12 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 9000
|
||||
port: 9000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://10.0.97.209',
|
||||
changeOrigin: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user