This commit is contained in:
sjl
2025-10-16 10:44:19 +08:00
parent 7d6dc55a76
commit 0ae3047240
3 changed files with 17 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
<script setup lang="ts" name="ImportZip">
import { ref } from 'vue'
import type { UploadInstance, UploadProps, UploadRequestOptions } from 'element-plus'
import { ElMessage, ElMessageBox, type UploadInstance, type UploadProps, type UploadRequestOptions } from 'element-plus'
import http from '@/api'
export interface ZipParameterProps {