修改文字

This commit is contained in:
X1627315083
2024-01-26 14:43:20 +08:00
parent 7ddd99d4a7
commit 085349ae8b
7 changed files with 48 additions and 28 deletions

View File

@@ -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
}
}
},