chore: 去除console.log输出
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m4s

This commit is contained in:
2025-11-08 10:10:19 +08:00
parent b386d4e60d
commit 37e89c3eda
6 changed files with 0 additions and 27 deletions

View File

@ -102,10 +102,6 @@
}
);
watch(documents, (value) => {
console.log(value);
});
watch(error, (value) => {
if (value) {
console.error('数据获取失败: ', value);

View File

@ -103,10 +103,6 @@
}
);
watch(data, (newVal) => {
console.log('useAsyncData updated:', newVal);
});
watch(error, (value) => {
if (value) {
console.error('数据获取失败: ', value);