From ca97465e9e368a6684bd344d10c640557ea7c7c4 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 1 May 2023 11:34:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E9=80=9A=E8=BF=87`query`=E6=88=96`params`=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=EF=BC=8C=E5=BC=80=E5=90=AF=E7=BC=93=E5=AD=98=E5=90=8E=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=A0=87=E7=AD=BE=E9=A1=B5=E7=BC=93=E5=AD=98=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/permission.ts b/src/store/modules/permission.ts index 272f80544..8d8a85873 100644 --- a/src/store/modules/permission.ts +++ b/src/store/modules/permission.ts @@ -27,7 +27,6 @@ export const usePermissionStore = defineStore({ switch (mode) { case "add": this.cachePageList.push(name); - this.cachePageList = [...new Set(this.cachePageList)]; break; case "delete": // eslint-disable-next-line no-case-declarations