Compare commits

...
1 Commits
Author SHA1 Message Date
黑先森 3150878dbd #Fix 紧急修复日志无法打开的问题 2024-10-16 17:21:49 +08:00
+3
View File
@@ -449,6 +449,8 @@
await handleWinipBcStart();
}
};
let logsTimer = null;
onMounted(async () => {
// await handleUpdateCore(); //默认不自动更新
@@ -461,6 +463,7 @@
onBeforeUnmount(() => {
unListenAll();
listenObj.unListenReleaseList && listenObj.unListenReleaseList();
logsTimer && clearInterval(logsTimer);
});
const getArgs = () => {