proxytable问题
来源:6-3 实现图片懒加载
慕仔1661316
2018-05-02
请问老师在吗,请教一个问题,vue中配置的代理,我真实想要访问的是这个链接 https://apia.somur.com/news/49446,配置的是
proxyTable: {
'/news/*': {
target: 'https://apia.somur.com',
changeOrigin: true,
secure: false,
headers: {
Referer: 'https://apia.somur.com'
}
}
},
这样配置完页面都进入不进去了
没有找到原因
写回答
2回答
-
路由请使用hash路由,否则会出问题。
012018-05-08 -
河畔一角
2018-05-07
代理针对的是接口,不是页面
00
相似问题