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