|
|
@ -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" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<ErrorEventsModal /> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|