diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index fd68264b..3c436f9a 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -7,7 +7,7 @@ import { Key, Loading, Lock, Picture, User } from "@element-plus/icons-vue" import { getLoginCodeApi, loginApi } from "./apis" import Owl from "./components/Owl.vue" import { useFocus } from "./composables/useFocus" - import {useSettingsStore} from "@/pinia/stores/settings" +import {useSettingsStore} from "@/pinia/stores/settings" const settingsStore = useSettingsStore() const { showThemeSwitch } = storeToRefs(settingsStore)