From ed282f72d4faa0dfec60cb43c7597579f5a64507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 4 Aug 2023 10:15:34 +0800 Subject: [PATCH] =?UTF-8?q?CN-1198=20fix:=20=E7=99=BB=E5=BD=95=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E9=87=8D=E6=96=B0=E7=99=BB=E5=BD=95=E5=90=8E=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/http.js b/src/utils/http.js index 39a8e599..db8860cb 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -23,6 +23,7 @@ axios.interceptors.request.use(config => { } } } + config.params.q = q } config.cancelToken = cancelToken