fix: m
parent
69dccbfd5b
commit
567f26ebad
|
@ -57,6 +57,7 @@ export default function () {
|
||||||
// 每 20s 在线检测 ueky 是否存在
|
// 每 20s 在线检测 ueky 是否存在
|
||||||
if (getUkeyPassword()) {
|
if (getUkeyPassword()) {
|
||||||
getClientHello(getUkeyPassword()).then((checkRes: any) => {
|
getClientHello(getUkeyPassword()).then((checkRes: any) => {
|
||||||
|
console.log('在线检测 ueky 是否存在, ', checkRes)
|
||||||
if (checkRes.result !== 0) {
|
if (checkRes.result !== 0) {
|
||||||
store.dispatch('permission/ResetRoutes')
|
store.dispatch('permission/ResetRoutes')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue