From f28f06ed307bb1f00fc8d1866b6d6ef7e02c8d97 Mon Sep 17 00:00:00 2001 From: 2 <2@tsl.com> Date: Wed, 17 Jan 2024 17:07:39 +0800 Subject: [PATCH] no message --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "",