I’m really confused, sometimes wrong and sometimes right. Am I confused?
Is it a problem with webpack?
扔个三星炸死你2017-07-05 11:01:44
This request address is wrong, right? Is it requesting Douban? Set up proxy. If you are using vue-cli, index.js in the config folder
proxyTable: {
'/v2': {
target: 'https://api.douban.com/v2',
changeOrigin: true
}
}