这是我vue.config.js下面的东西,反向代理http://api.juheapi.com/japi/toh,但是请求后出现问题!!!
怎么破??哪个大佬出来帮小弟解释一下
把/api/history改城其他 然后用的地方也改下
'/history': {
target: 'http://api.juheapi.com/japi/toh',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/history': ''
}
}