dedsudiyu il y a 11 heures
Parent
commit
b03d25506b

+ 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);