解决流程
在nuxt.config.ts中这么配置
export default defineNuxtConfig({
xxxx
modules: [
['@nuxtjs/axios',{proxyHeaders:false}]
],
})
个人网站:沉默博客
如有错误,请多多指教。
如对你有帮助,给个赞吧。
微信扫一扫
在nuxt.config.ts中这么配置
export default defineNuxtConfig({
xxxx
modules: [
['@nuxtjs/axios',{proxyHeaders:false}]
],
})
个人网站:沉默博客
如有错误,请多多指教。
如对你有帮助,给个赞吧。
相关推荐