fix(web/addToBookShelfConfirm): set ElMessageBox.closeOnHashChange to false

This commit is contained in:
Xwite
2024-10-05 06:41:21 +08:00
parent 28f11e148b
commit 83d2cf43dc
2 changed files with 45 additions and 47 deletions

View File

@@ -20,8 +20,8 @@ import { useSourceStore } from "@/store";
const store = useSourceStore();
const current_tab = computed({
get:() => store.currentTab,
set:(val) => store.currentTab = val
get: () => store.currentTab,
set: (val) => (store.currentTab = val),
});
const tabData = ref([