develop
时启龙 2024-08-30 17:43:17 +08:00
parent 69dccbfd5b
commit 567f26ebad
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export default function () {
// 每 20s 在线检测 ueky 是否存在
if (getUkeyPassword()) {
getClientHello(getUkeyPassword()).then((checkRes: any) => {
console.log('在线检测 ueky 是否存在, ', checkRes)
if (checkRes.result !== 0) {
store.dispatch('permission/ResetRoutes')
}