@@ -858,7 +858,7 @@ onMounted(() => {
const watcher = watch(
() => route.query,
async () => {
- open();
+ open(true);
}
);