module
.exports
={
devServer
:{
proxy
:{
'/Main': {
target
: 'https://zhishuapi.aldwx.com',
changeOrigin
: true,
},
'/api': {
target
: 'https://www.apiopen.top',
changeOrigin
: true,
pathRewrite
: { '^/api': '' },
},
}
}
}
转载请注明原文地址: https://mac.8miu.com/read-511594.html