diff --git a/vue.config.js b/vue.config.js index 4f23fc9..402d2c8 100644 --- a/vue.config.js +++ b/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": "",