摘要: /vue.config.js module.exports = { devServer: { proxy: { //配置跨域 "/api": { target: "http://127.0.0.1:7001", ws: true, changOrigin: true, //允许跨域 // pathR 阅读全文
posted @ 2021-09-30 10:56 丁同亚的博客 阅读(67) 评论(0) 推荐(0) 编辑