lookVideo.html 684 Bytes
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head th:include="include :: header">
</head>
<body class="gray-bg">
<iframe  th:src="${uploadInfo.url}" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe>
<div th:include="include :: footer"></div>
<script type="text/javascript">
    /*var prefix = ctx + "tool/gen";
    response.reset();
    //response.setContentType("application/x-msword");
    response.setContentType("application/MS-word");
    response.addHeader("Content-isposition","attachment;filename=" + "http://localhost:8016/wms/profile/wmsfile/1.pdf");*/
</script>
</body>
</html>