|
@ -4,7 +4,6 @@ import Motion from "./utils/motion"; |
|
|
import { useRouter } from "vue-router"; |
|
|
import { useRouter } from "vue-router"; |
|
|
import { message } from "@/utils/message"; |
|
|
import { message } from "@/utils/message"; |
|
|
import { loginRules } from "./utils/rule"; |
|
|
import { loginRules } from "./utils/rule"; |
|
|
import { initRouter } from "@/router/utils"; |
|
|
|
|
|
import { useNav } from "@/layout/hooks/useNav"; |
|
|
import { useNav } from "@/layout/hooks/useNav"; |
|
|
import type { FormInstance } from "element-plus"; |
|
|
import type { FormInstance } from "element-plus"; |
|
|
import { $t, transformI18n } from "@/plugins/i18n"; |
|
|
import { $t, transformI18n } from "@/plugins/i18n"; |
|
@ -15,6 +14,7 @@ import { useRenderIcon } from "@/components/ReIcon/src/hooks"; |
|
|
import { ref, reactive, toRaw, onMounted, onBeforeUnmount } from "vue"; |
|
|
import { ref, reactive, toRaw, onMounted, onBeforeUnmount } from "vue"; |
|
|
import { useTranslationLang } from "@/layout/hooks/useTranslationLang"; |
|
|
import { useTranslationLang } from "@/layout/hooks/useTranslationLang"; |
|
|
import { useDataThemeChange } from "@/layout/hooks/useDataThemeChange"; |
|
|
import { useDataThemeChange } from "@/layout/hooks/useDataThemeChange"; |
|
|
|
|
|
import { initRouter } from "@/router/utils"; |
|
|
|
|
|
|
|
|
import dayIcon from "@/assets/svg/day.svg?component"; |
|
|
import dayIcon from "@/assets/svg/day.svg?component"; |
|
|
import darkIcon from "@/assets/svg/dark.svg?component"; |
|
|
import darkIcon from "@/assets/svg/dark.svg?component"; |
|
|