Browse Source

项目信息附件修改

Perperon 1 month ago
parent
commit
4b2c7667c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      projects/src/main/webapp/vmodules/project/rptFile.jsp

+ 1 - 1
projects/src/main/webapp/vmodules/project/rptFile.jsp

@@ -92,7 +92,7 @@
 		                    	<div v-for="(item, index) in imageList" class="media-box" @click="showImg">
 		                    		<div class="imgTab">
 <%--		                    			<img :alt="item.time" :lay-src="'${domain}/static/file/'+item.fileAddre+'/showfile'" :src="'${domain}/static/file/'+item.fileAddre+'/showfile'">--%>
-		                    			<img :alt="item.time" :lay-src="'${domain}/static/file/'+item.fileAddre+'/showfile'" :src="picShow(item.fileAddre,item.fileType)">
+		                    			<img :alt="item.time" :lay-src="'${domain}/static/file/'+item.fileAddre+'/showfileFgw'" :src="picShow(item.fileAddre,item.fileType)">
 			                    		<span>{{item.time}}</span>
 		                    		</div>
 		                    	</div>