2021
08-12
08-12
解决vue $http的get和post请求跨域问题
vue$http的get和post请求跨域问题首先在config/index.js中配置proxyTableproxyTable:{'/api':{//target:'http://jsonplaceholder.typicode.com',target:'http://localhost:9080',changeOrigin:true,pathRewrite:{'/api':''}}用户名和密码登录的表单提交methods:{//get请求//submitForm(){//varformData=...
继续阅读 >