let f = 0
let config = {
headers: {'Authorization': 'JWT ' + this.$store.state.token},
params: {
page: f + 1
},
}
axios.get('http://localhost:8000/api/v1/f/', config)
출처
https://stackoverflow.com/questions/48261227/use-axios-get-with-params-and-config-together