# Conflicts:
#	hxy-web/html/wireManager/project/projectList.html
#	hxy-web/html/wireManager/wagesReport/producePayroll.html
#	hxy-web/html/wireManager/wagesReport/producePayrollDetails.html
#	hxy-web/html/wireManager/wagesReport/producePayrollUpdate.html
#	hxy-web/html/wireManager/wagesReport/wagesReportList.html
#	hxy-web/js/wireManager/header.js
This commit is contained in:
pengyb 2024-08-20 10:40:36 +08:00
commit 9cd7b49ce1
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>公共照片查看</title> <title>公共照片查看</title>
<script src="../js/public/token.js"></script>
<script src="../js/public/public.js"></script> <script src="../js/public/public.js"></script>
<script src="../js/public/public_utils.js"></script> <script src="../js/public/public_utils.js"></script>
<script src="../plugs/jquery/jquery-3.6.0.min.js"></script> <script src="../plugs/jquery/jquery-3.6.0.min.js"></script>
@ -44,10 +43,10 @@
} }
//测试用 //测试用
path = 'http://192.168.0.14:1909/file/ynRealName/violationBlack/2024/05/13/08ffd23539df47ed873058a163249ffe005Qblgkgy1h3h38c7wwrj30q70q7gs5.jpg'; // path = 'http://192.168.0.14:1909/file/ynRealName/violationBlack/2024/05/13/08ffd23539df47ed873058a163249ffe005Qblgkgy1h3h38c7wwrj30q70q7gs5.jpg';
// path = fileUrl + "/" + filePath[i]; // path = fileUrl + "/" + filePath[i];
var html = `<img src="${path}" style="height:100%"/>` var html = `<img src="${filePath}" style="height:100%"/>`
$("#content").empty(); $("#content").empty();
$("#content").append(html); $("#content").append(html);
}); });