ajax请求中的地址修改为 '/api/movie/in_theaters' 或 'http://localhost:8880/api/mov...'
配了代理,在发请求的时候就不需要带上域名了。改为这样:
_this.axios.get('/api/movie/in_theater')
请求地址直接写/api/movie/in_theaters,而不是豆瓣的完整接口
ajax请求中的地址修改为 '/api/movie/in_theaters' 或 'http://localhost:8880/api/mov...'
配了代理,在发请求的时候就不需要带上域名了。
改为这样:
请求地址直接写/api/movie/in_theaters,而不是豆瓣的完整接口