tangning преди 9 месеца
родител
ревизия
186269dd7d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/mediaLibrary/list.vue

+ 1 - 1
src/views/mediaLibrary/list.vue

@@ -426,7 +426,7 @@
       }
       function floadileUrl(record) {
         if (record.fileType == 3) {
-          let url = `/code/index.html?title=${record.fileName}type=${record.fileFormat}&fileUrl=${record.fileUrl}#/sign-model`
+          let url = `/code/index.html?title=${record.fileName}$type=${record.fileFormat}&fileUrl=${record.fileUrl}#/sign-model`
           return window.open(url);
         }else{
           return window.open(record.fileUrl);