vue 中proxyTable设置问题
2019-03-25 本文已影响0人
呆呆_c007
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,
}
}