From 8e0ec2a6a97a1cde5af08c4252f3b5598ad0d93f Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Wed, 24 Jan 2024 11:51:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=20ElementPlus=20?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/admin/support/catchAdmin.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/admin/support/catchAdmin.ts b/resources/admin/support/catchAdmin.ts index 1e58dae..f34af22 100644 --- a/resources/admin/support/catchAdmin.ts +++ b/resources/admin/support/catchAdmin.ts @@ -66,8 +66,7 @@ export default class CatchAdmin { * @returns */ protected useElementPlus(): CatchAdmin { - // @ts-ignore - const languages = { + const languages: Record = { zh, en }