perf: logs

This commit is contained in:
Archer
2023-03-10 22:12:13 +08:00
parent 7fb76cde0b
commit ed9e72ec9a
14 changed files with 50 additions and 51 deletions

View File

@@ -21,7 +21,7 @@ export const useCopyData = () => {
duration: 1000
});
} catch (error) {
console.error(error);
console.log('error->', error);
toast({
title: '复制失败',
status: 'error'