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