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:
committed by
anmengweilai
parent
b993c87e9b
commit
8d95ac0b6f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user