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