码迷,mamicode.com
首页 > 移动开发 > 详细

nuxt axios代理

时间:2018-12-01 18:25:33      阅读:400      评论:0      收藏:0      [点我收藏+]

标签:class   div   rip   targe   change   get   efi   ios   object   

	modules: [
	  ‘@nuxtjs/axios‘,
	],
	axios: {
		//prefix: ‘/api/‘,
		proxy: true // Can be also an object with default options
	},

	proxy: {
       ‘/api‘: {
            target:  ‘http://10.46.50.143:3000‘,
            pathRewrite: {‘^/api‘ : ‘‘},
            changeOrigin: true,
            secure: false
       }
     },

  

nuxt axios代理

标签:class   div   rip   targe   change   get   efi   ios   object   

原文地址:https://www.cnblogs.com/cnchengv/p/10050137.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!