From b5b248f547633262da4eaf1cbbd26744b7ba0c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 22 May 2026 17:38:19 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9Eext=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/router.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/router.d.ts b/src/types/router.d.ts index d47a8ea..9f30636 100644 --- a/src/types/router.d.ts +++ b/src/types/router.d.ts @@ -16,6 +16,7 @@ declare module 'vue-router' { roles?: string[]; alwaysShow?: boolean; query?: string; + ext?: string; parentPath?: string; }