diff --git a/src/bg-ui/bg-info.vue b/src/bg-ui/bg-info.vue index 23089ba1a072ce5366cd7962cbf4e6d54ec36249..6f32aab2f3694e730eb0e7eca7a67a7ca5a24fd4 100644 --- a/src/bg-ui/bg-info.vue +++ b/src/bg-ui/bg-info.vue @@ -121,6 +121,7 @@ const copyText = (text, e) => { const copyIcon = (data) => { navigator.clipboard.writeText(data).then( + ElMessage.success("倍刢成功"), function () {}, function () {} );