Parcourir la source

修改了文件的加载方式

sujunling il y a 1 an
Parent
commit
202b25df1a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/resource/plat/item/EmpowerInfo.vue

+ 1 - 1
src/views/resource/plat/item/EmpowerInfo.vue

@@ -47,7 +47,7 @@ export default defineComponent({
     const info = ref({});
     const shyjInfo = ref('');
     const dataType = ref('');
-    const downloadUrl = ref('');
+    const downloadUrl = ref('')
 
     function showInfo(e) {
       show.value = !show.value;