|
@@ -336,6 +336,7 @@ export default {
|
|
unsecuredCopyToClipboard(text);
|
|
unsecuredCopyToClipboard(text);
|
|
this.showNotifyMessageSucceed("成功复制" + text + "到剪贴板");
|
|
this.showNotifyMessageSucceed("成功复制" + text + "到剪贴板");
|
|
}
|
|
}
|
|
|
|
+ alert("copied");
|
|
if (goto?.trim()) {
|
|
if (goto?.trim()) {
|
|
window.location.href = goto;
|
|
window.location.href = goto;
|
|
}
|
|
}
|