gaoluyang
2026-06-24 b9a81d64cc965102c2adb70dee1d5a7397da5716
src/views/_core/authentication/login.vue
@@ -1,15 +1,15 @@
<script lang="ts" setup>
import type { VbenFormSchema } from '..\..\..\packages\effects\common-ui\src';
import type { VbenFormSchema } from '../../../packages/effects/common-ui/src';
import type { AuthApi } from '#/api/core/auth';
import { computed, onMounted, ref } from 'vue';
import { useRoute } from 'vue-router';
import { AuthenticationLogin, Verification, z } from '..\..\..\packages\effects\common-ui\src';
import { isCaptchaEnable, isTenantEnable } from '..\..\..\packages\effects\hooks\src';
import { $t } from '..\..\..\packages\locales\src';
import { useAccessStore } from '..\..\..\packages\stores\src';
import { AuthenticationLogin, Verification, z } from '../../../packages/effects/common-ui/src';
import { isCaptchaEnable, isTenantEnable } from '../../../packages/effects/hooks/src';
import { $t } from '../../../packages/locales/src';
import { useAccessStore } from '../../../packages/stores/src';
import {
  checkCaptcha,