fix(工具箱/生成随机字符串): 统一函数返回值

This commit is contained in:
2025-02-04 17:35:02 +08:00
parent cd1c82082e
commit 3b8a119ab0

View File

@@ -217,7 +217,7 @@ function handleCopy() {
});
} else {
$message.error('复制失败:当前浏览器不支持该操作');
return Promise.resolve(false);
return Promise.resolve();
}
}