vue 2.0 配置路由解决跨域问题

'/apis': {
        // 测试环境
        target: 'http://www.thenewstep.cn/',  // 接口域名
        changeOrigin: true,  //是否跨域
        pathRewrite: {
            '^/apis': ''   //需要rewrite重写的,
}

 

posted @ 2021-08-24 15:23  呵呵可笑  阅读(318)  评论(0编辑  收藏  举报