vue路由代理原理:使用中间件
怎样写不容易出错?
就是路由二级地址写作代理地址
接口格式:http://xxx.xxxxx.com/api/getdata
proxyTable:
proxyTable:{
'/api': {
target:'http://xxx.xxxxx.com/api/',
changeOrigin:true,
}
}
vue路由代理原理:使用中间件
怎样写不容易出错?
就是路由二级地址写作代理地址
接口格式:http://xxx.xxxxx.com/api/getdata
proxyTable:
proxyTable:{
'/api': {
target:'http://xxx.xxxxx.com/api/',
changeOrigin:true,
}
}
本文标题:vue 中proxyTable设置问题
本文链接:https://www.haomeiwen.com/subject/epdbvqtx.html
网友评论