fengchang 1 year ago
parent
commit
3cb7fe5ce9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hichina-admin-front/src/pages/SkuGroupPage.vue

+ 1 - 0
hichina-admin-front/src/pages/SkuGroupPage.vue

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