Sfoglia il codice sorgente

修改了文件的加载方式

sujunling 1 anno fa
parent
commit
202b25df1a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;