main
2 1 year ago
parent 143c787fc5
commit f28f06ed30
  1. 2
      vue.config.js

@ -13,7 +13,7 @@ module.exports = defineConfig({
changeOrigin: true, //是否跨域
logLevel: "debug",
bypass: function (req, res, proxyOptions) {
console.log(proxyOptions.target + req.url, req);
console.log(proxyOptions.target + req.url);
},
pathRewrite: {
// "^/api": "",

Loading…
Cancel
Save