mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
Merge branch 'dev_1.0.5'
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user