feat:发送展示

This commit is contained in:
Lan
2025-03-03 23:07:19 +08:00
parent a03c040ff0
commit 6d10a550d8
+2 -7
View File
@@ -330,14 +330,11 @@ import {
XIcon, XIcon,
TrashIcon, TrashIcon,
FileIcon, FileIcon,
CalendarIcon,
HardDriveIcon,
ClockIcon, ClockIcon,
EyeIcon, EyeIcon,
ShieldCheckIcon, ShieldCheckIcon,
ClipboardCopyIcon, ClipboardCopyIcon,
TerminalIcon, TerminalIcon,
QrCodeIcon
} from 'lucide-vue-next' } from 'lucide-vue-next'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import BorderProgressBar from '@/components/common/BorderProgressBar.vue' import BorderProgressBar from '@/components/common/BorderProgressBar.vue'
@@ -685,10 +682,8 @@ const handleSubmit = async () => {
textContent.value = '' textContent.value = ''
expirationValue.value = '' expirationValue.value = ''
uploadProgress.value = 0 uploadProgress.value = 0
// 显示详情
// 自动打开抽屉 selectedRecord.value = newRecord
showDrawer.value = true
// 自动复制取件码链接 // 自动复制取件码链接
await copyRetrieveLink(retrieveCode) await copyRetrieveLink(retrieveCode)
} else { } else {