This commit is contained in:
tanyp 2023-05-04 10:17:00 +08:00
parent d600578b1a
commit 13a54ef206

View File

@ -23,7 +23,7 @@
let params = {
title: route.meta.title as string,
path: route.path,
close: false
close: true
};
onAddTabManu(params);
},