nuxt-community / axios-module

Secure and easy axios integration for Nuxt 2
https://axios.nuxtjs.org
MIT License
1.2k stars 245 forks source link

nuxt/axios this.$axios.get() options doesn't seem to work #604

Open xdxiaoyu opened 1 year ago

xdxiaoyu commented 1 year ago
this.$axios.get(`/scantask/openapi/kafka/getConfig`, { params: data },{ headers: { 'x-api-key': 'ascasdasdasxxxx' })

But it does not work,Viewing the request header in the browser's network does not have an x-api-key