1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:59:25 +08:00

Fix: Remove redundant printing

This commit is contained in:
anmengweilai
2023-09-09 19:40:33 +08:00
committed by anmengweilai
parent b993c87e9b
commit 8d95ac0b6f

View File

@@ -255,7 +255,7 @@ const onOkSave = async () => {
path: item.path || '--',
lastModifyTime: dayjs(item.lastModifyTime || 0).format('YYYY-MM-DD HH:mm:ss'),
}));
console.log(configDirFiles.value);
saveLoading.value = false;
current.value = 3;