vue解决跨域问题

vue.config.js

module.exports={
    devServer:{
        proxy:'http://localhost:8080'
    }
}
posted @ 2020-10-24 13:04  星时代曹波涛  阅读(70)  评论(0编辑  收藏  举报