dedsudiyu преди 11 часа
родител
ревизия
b03d25506b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/safetyEducationExaminationNew/publicConfiguration/certificateTemplate/index.vue

+ 1 - 1
src/views/safetyEducationExaminationNew/publicConfiguration/certificateTemplate/index.vue

@@ -205,7 +205,7 @@
           //详情
           let obj = {
             name:row.templateName,
-            url:localStorage.getItem('fileBrowseEnvironment') +row.templateWordPath,
+            url:localStorage.getItem('fileBrowseEnvironment') +'/'+row.templateWordPath,
             type:'docx'
           }
           this.fullScreenFileLookClick(obj);