From c05f0f305cac1cc9f8750aa37bf4d8a26045fd15 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 3 Sep 2024 12:08:44 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=9B=BD=E9=99=85=E5=8C=96=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutOption.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutOption.ts b/core/core-frontend/src/views/workbranch/ShortcutOption.ts index 81d1e0bd96..7bfaa548cd 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutOption.ts +++ b/core/core-frontend/src/views/workbranch/ShortcutOption.ts @@ -1,7 +1,7 @@ import { useI18n } from '@/hooks/web/useI18n' import request from '@/config/axios' const { t } = useI18n() - +console.log('useI18n', useI18n()) export interface ShortcutRequest { keyword?: string type?: string