mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 04:03:44 +08:00
修复home中间件加载时机导致的插件接口异常问题
This commit is contained in:
@@ -500,7 +500,7 @@
|
||||
watch(
|
||||
() => tabsViewStore.signal,
|
||||
(key) => {
|
||||
if (key != '') {
|
||||
if (key !== '') {
|
||||
closeHandleSelect(key);
|
||||
tabsViewStore.closeSignal('');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user