Change the address in the ajax request to '/api/movie/in_theaters' or 'http://localhost:8880/api/mov...'
With a proxy, you don’t need to bring the domain name when sending a request. Change to this:
_this.axios.get('/api/movie/in_theater')
The request address directly writes /api/movie/in_theaters, instead of the complete interface of Douban
Change the address in the ajax request to '/api/movie/in_theaters' or 'http://localhost:8880/api/mov...'
With a proxy, you don’t need to bring the domain name when sending a request.
Change to this:
The request address directly writes /api/movie/in_theaters, instead of the complete interface of Douban