新增锁定屏幕功能

This commit is contained in:
RuoYi
2026-03-20 20:36:44 +08:00
parent c204bda63a
commit cd0ee0a5cd
9 changed files with 479 additions and 0 deletions
+9
View File
@@ -39,6 +39,15 @@ export function getInfo() {
})
}
// 解锁屏幕
export function unlockScreen(password) {
return request({
url: '/unlockscreen',
method: 'post',
data: { password }
})
}
// 退出方法
export function logout() {
return request({