码迷,mamicode.com
首页 > 其他好文 > 详细

3-vue-cli中配置跨域

时间:2020-02-20 20:14:19      阅读:51      评论:0      收藏:0      [点我收藏+]

标签:ble   pat   hang   color   style   cal   change   table   targe   

将config下面的index.js中的proxyTable:{}内替换下面即可

 proxyTable: {
      ‘/‘: {
        target: ‘http://localhost:8083‘, //自行更改
        changeOrigin: true,
        pathRewrite: {
          ‘^/‘: ‘‘
        }
      }
    }

更改配置文件就要重新启动项目才能生效。

3-vue-cli中配置跨域

标签:ble   pat   hang   color   style   cal   change   table   targe   

原文地址:https://www.cnblogs.com/gfbzs/p/12336948.html

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