为了账号安全,请及时绑定邮箱和手机立即绑定

vue通过修改config下的index.js解决跨域无效

vue通过修改config下的index.js解决跨域无效

达令说 2019-02-02 15:33:06
按照网上的方法,修改config下的index.js 配置请求地址,还是请求失败config下的index.js代码如下:proxyTable: {      '/api/**':{        target: 'http://api.jisuapi.com',        changeOrigin: true,        pathRewrite:{          '^/api': ''         }       }     },axois请求代码如下:const actions = {   getList ({commit}, msg){    const start = Math.floor(Math.random() * 100)    if (msg.channel && msg.type && msg.flag) {       axios.get('/api/news/get?channel=' + msg.channel + '&start='+ start +'&num=10&appkey=272f8fcb40a13a6e')       .then(res =>{         commit('GET_NEWSLIT',{           data: res.data.result.list,           kind: msg.type         })        console.log(res.data)       })     }   },页面报错如下
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 3234 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信