修改文字
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = defineConfig({
|
||||
// changeOrigin: true, //是否允许跨越
|
||||
// }
|
||||
'/api':{
|
||||
target:'http://192.168.1.7:5567',
|
||||
target:'https://develop.api.aida.com.hk',
|
||||
changeOrigin:true,
|
||||
},
|
||||
'/robot':{
|
||||
@@ -29,11 +29,11 @@ module.exports = defineConfig({
|
||||
'^/robot': 'api', // api替换成api
|
||||
}
|
||||
},
|
||||
'/xuPei':{
|
||||
target:'http://192.168.1.10:5567',
|
||||
'/oldsis':{
|
||||
target:'http://192.168.1.9:5566',
|
||||
changeOrigin:true,
|
||||
pathRewrite:{
|
||||
'^/xuPei': 'api', // api替换成api
|
||||
'^/oldsis': 'api', // api替换成api
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user