大家讲道理2017-05-19 10:37:30
Change the address in the ajax request to '/api/movie/in_theaters' or 'http://localhost:8880/api/mov...'
给我你的怀抱2017-05-19 10:37:30
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')
PHP中文网2017-05-19 10:37:30
The request address directly writes /api/movie/in_theaters, instead of the complete interface of Douban