vue配置代理跨域
摘要:/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
夺朱非正色
posted @ 2021-09-30 10:56
posted @ 2021-09-15 10:19