up. 格式化代码

This commit is contained in:
扶桑花间 2025-08-29 19:50:31 +08:00
parent 0247c8d713
commit 874d611efa

View File

@ -40,7 +40,7 @@
import { ref } from 'vue';
import { WsEvent, wsEventManager } from '@/plugins/websocket';
import { clientScreenUnlock } from '@/api/layout';
import { LockScreenStatus, useClientStore } from "@/store/modules/client";
import { LockScreenStatus, useClientStore } from '@/store/modules/client';
/** 设备状态管理器 */
const clientStore = useClientStore();
@ -57,7 +57,7 @@
clientScreenUnlock({ password: lockPassword.value })
.then(() => {
clientStore.setLockScreen(LockScreenStatus.UNLOCK)
clientStore.setLockScreen(LockScreenStatus.UNLOCK);
lockPassword.value = ''; //
})
.catch((message) => {