Commit db0bc0d6 authored by 赵伟庚's avatar 赵伟庚

Merge branch 'fix-dev1230' into dev

parents ebdc52ac 3dd59905
...@@ -121,6 +121,7 @@ const copyText = (text, e) => { ...@@ -121,6 +121,7 @@ const copyText = (text, e) => {
const copyIcon = (data) => { const copyIcon = (data) => {
navigator.clipboard.writeText(data).then( navigator.clipboard.writeText(data).then(
ElMessage.success("复制成功"),
function () {}, function () {},
function () {} function () {}
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment