fix
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = defineConfig({
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: 'http://18.167.251.121:5568', //后端接口地址
|
||||
target: 'http://192.168.1.9:5560/', //后端接口地址
|
||||
// target: 'http://18.167.251.121:10220/', //后端接口地址
|
||||
// target: 'http://192.168.1.9:5560/', //后端接口地址
|
||||
target: 'http://18.167.251.121:10220/', //后端接口地址
|
||||
changeOrigin: true, //是否允许跨越
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user