From d5730bbdd55c7cb8aa8b51532ae19063261b1984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Sat, 5 Jul 2025 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E4=B9=9F?= =?UTF-8?q?=E8=83=BD=E5=A4=9F=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 58fea4c..a814fa6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -5,6 +5,7 @@ import logo from 'assets/images/logo.svg' import password from 'assets/images/password_icon.svg' import user from 'assets/images/user_icon.svg' import SoftKeyboard from 'components/common/SoftKeyboard/index.vue' +import ErrorEventsModal from 'components/system/ErrorEventsModal.vue' import { nanoid } from 'nanoid' import { useDeviceStore } from 'stores/deviceStore' import { useSystemStore } from 'stores/systemStore' @@ -160,6 +161,7 @@ const loginHandle = async () => { @close="keyboardVisible = false" /> +