From b40ca18474dabc217d84eb37cd83f3ccf9ff3a2f Mon Sep 17 00:00:00 2001 From: star Date: Tue, 15 Aug 2023 09:24:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8qs=E8=BD=AC?= =?UTF-8?q?json=E6=97=B6=E6=95=B0=E7=BB=84=E5=8F=98=E6=88=90=E5=B8=A6?= =?UTF-8?q?=E4=B8=8B=E6=A0=87=E5=BD=A2=E5=BC=8F=EF=BC=8C=E5=A6=82=20a[0]?= =?UTF-8?q?=3D1&a[1]=3D2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: star --- web/src/utils/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/service.ts b/web/src/utils/service.ts index 329613725..c7400d046 100644 --- a/web/src/utils/service.ts +++ b/web/src/utils/service.ts @@ -34,7 +34,7 @@ function createService() { result[key] = value? 'True': 'False'; } } - return qs.stringify(result); + return qs.stringify(result, { indices: false }); }, }, }); -- Gitee