BillBie

导航

vue中axios跨域问题

在新版本的vue中使用的是和package.json同级别路径中的vue.config.js

module.exports = {
devServer: {
proxy: 'https://api.xxx.com/v1'
}
}

转载自:https://blog.csdn.net/lpwmm/article/details/104567138

posted on 2022-05-10 10:52  BillBie  阅读(25)  评论(0编辑  收藏  举报