vue 中proxyTable设置问题

vue路由代理原理:使用中间件

怎样写不容易出错?

就是路由二级地址写作代理地址

接口格式:http://xxx.xxxxx.com/api/getdata

proxyTable:

proxyTable:{

'/api': {

target:'http://xxx.xxxxx.com/api/',

changeOrigin:true,

}

}

你可能感兴趣的:(vue 中proxyTable设置问题)