修复home中间件加载时机导致的插件接口异常问题

This commit is contained in:
孟帅
2023-06-16 10:26:34 +08:00
parent 4b981e5e93
commit 50e64e132f
3 changed files with 9 additions and 10 deletions

View File

@@ -500,7 +500,7 @@
watch(
() => tabsViewStore.signal,
(key) => {
if (key != '') {
if (key !== '') {
closeHandleSelect(key);
tabsViewStore.closeSignal('');
}