fengchang 1 년 전
부모
커밋
3cb7fe5ce9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
       }