diff --git a/src/components/FileMgr/FileMgr.vue b/src/components/FileMgr/FileMgr.vue index 88bc162..f14e038 100644 --- a/src/components/FileMgr/FileMgr.vue +++ b/src/components/FileMgr/FileMgr.vue @@ -690,11 +690,6 @@ const currentFileTableForRender = computed(() => { }) // <杂项> -const copyToClipboard = (arg: string) => { - navigator.clipboard.writeText(arg) - notification.success("复制成功") -} - const DialogMgrRef = ref(null) // <文件选择>