feat:Optimize the book detail page

This commit is contained in:
Zyronon
2026-01-06 23:12:02 +08:00
parent c5720973ee
commit e1555d7b46
9 changed files with 34 additions and 39 deletions

View File

@@ -83,7 +83,6 @@ async function close() {
watch(
() => props.modelValue,
n => {
// console.log('n', n)
if (n) {
id = Date.now()
runtimeStore.modalList.push({ id, close })