master
tanyp 2023-05-04 10:17:00 +08:00
parent d600578b1a
commit 13a54ef206
1 changed files with 1 additions and 1 deletions

View File

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