打电话时说csrf令牌丢失。我用Vuejs&drf如何在Vue中传递csrf令牌
function(){
this.loading = true;
this.$http.post('/get_books/', this.new_book).then(response=>
{this.getBooks();})
答案 0 :(得分:0)
您可以使用全局配置设置csrf令牌
Vue.http.headers.common['X-CSRF-TOKEN'] = csrfToken