detail调整
This commit is contained in:
@@ -19,11 +19,12 @@ module.exports = defineConfig({
|
||||
// changeOrigin: true, //是否允许跨越
|
||||
// }
|
||||
'/api':{
|
||||
target:'https://develop.api.aida.com.hk',
|
||||
target:'https://192.168.1.9:5567',
|
||||
// target:'https://develop.api.aida.com.hk',
|
||||
changeOrigin:true,
|
||||
},
|
||||
'/robot':{
|
||||
target:'http://18.167.251.121:17088',
|
||||
'/xupei':{
|
||||
target:'http://192.168.1.7:5567',
|
||||
changeOrigin:true,
|
||||
pathRewrite:{
|
||||
'^/robot': 'api', // api替换成api
|
||||
|
||||
Reference in New Issue
Block a user