nuxt axios

750 ワード

      
modules: [
'@nuxtjs/axios',
],
modules: [],
, , , ,to thi tha


modules: [
'@nuxtjs/axios',
],
axios: {
prefix: '/api/',
proxy: true // Can be also an object with default options
},
proxy: {
'/api/': { target: 'http://localhost:3089', pathRewrite: {'^/api/': ''} }
},


nuxt
@nuxtjs/axios ,---
"dependencies": {
"@nuxtjs/axios": "^5.5.2",

転載先:https://www.cnblogs.com/cnchengv/p/10930696.html