Explorar el Código

更改下载提示语

wangfumin hace 1 semana
padre
commit
5d8ef328f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/mediaLibrary/index.vue

+ 1 - 1
src/view/mediaLibrary/index.vue

@@ -233,7 +233,7 @@ const handleDownload = async (row: Media, type: 'media' | 'hash') => {
   // 显示全屏加载
   const loading = ElLoading.service({
     lock: true,
-    text: type === 'media' ? '文件处理中' : '正在下载Hash...',
+    text: type === 'media' ? '文件处理中,处理完成后自动下载' : '正在下载Hash...',
   });
   // 关闭加载效果
   setTimeout(() => {