|
@@ -399,7 +399,7 @@ export default defineComponent({
|
|
});
|
|
});
|
|
|
|
|
|
// 判断是否显示证书提示
|
|
// 判断是否显示证书提示
|
|
- eventGlobal.on('auth-not-installed', (status: boolean) => {
|
|
|
|
|
|
+ eventGlobal.on('auth-not-installed', () => {
|
|
showAuthMask.value = true;
|
|
showAuthMask.value = true;
|
|
});
|
|
});
|
|
});
|
|
});
|