fix: 优化 useThirdLogin 导入

pull/960/head
ykcory 2023-12-28 05:50:14 +08:00
parent 5e196fb45e
commit d8170cb681
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { defHttp } from '/@/utils/http/axios';
import { useGlobSetting } from '/@/hooks/setting';
import { useMessage } from '/@/hooks/web/useMessage';
import { useUserStore } from '/@/store/modules/user';
import { setThirdCaptcha, getCaptcha } from '/@/api/sys/user';
import { getCaptcha } from '/@/api/sys/user';
import { useI18n } from '/@/hooks/web/useI18n';
export function useThirdLogin() {