【Vue】新版vue解决跨域问题

vue.config.js

module.exports = { devServer: { proxy: { "/api": { target: "http://192.168.0.103:9876", changOrigin: true, pathRewrite: {"^/api" : ""} } } } }

 

posted @ 2019-10-01 12:32    阅读(550)  评论(0编辑  收藏  举报