Merge branch 'main' of http://192.168.0.56:3000/haozq/yn_hxy_web into main
# 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:
commit
9cd7b49ce1
|
|
@ -3,7 +3,6 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>公共照片查看</title>
|
||||
<script src="../js/public/token.js"></script>
|
||||
<script src="../js/public/public.js"></script>
|
||||
<script src="../js/public/public_utils.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];
|
||||
|
||||
var html = `<img src="${path}" style="height:100%"/>`
|
||||
var html = `<img src="${filePath}" style="height:100%"/>`
|
||||
$("#content").empty();
|
||||
$("#content").append(html);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue