You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
673 B
24 lines
673 B
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Demo</title>
|
|
<!-- 请勿在项目正式环境中引用该 layui.css 地址 -->
|
|
<link href="//unpkg.com/layui@2.9.1/dist/css/layui.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- 请勿在项目正式环境中引用该 layui.js 地址 -->
|
|
<script src="//unpkg.com/layui@2.9.1/dist/layui.js"></script>
|
|
<script>
|
|
var pdfUrl = "/QingLong/view/jrgl/sync/1702434401728.pdf";
|
|
window.open("./pdfjs/web/viewer.html?file=" + encodeURIComponent(pdfUrl));
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |