vue跨域请求解决方案

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_21262357/article/details/88802474

config文件夹下的index.js中找到

	//反向代理
    proxyTable: {
		'/': {
		  target: 'http://fanyi.youdao.com',
		  changeOrigin: true,
		  secure: false,
		}
	},

猜你喜欢

转载自blog.csdn.net/qq_21262357/article/details/88802474
今日推荐