<!doctype html>
|
<html>
|
|
<head>
|
<meta charset="utf-8">
|
<title>云 · 报表</title>
|
<base href="/">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<style>
|
.modal-open{
|
overflow: auto !important;
|
}
|
</style><!-- <link rel="stylesheet" href="node_modules/ng2-drag-drop/style.css"> -->
|
</head>
|
<link rel="stylesheet" href="./assets/dist/handsontable.css" type="text/css" />
|
<link rel="stylesheet" href="./assets/dist/handsontable.full.min.css" type="text/css" />
|
<link rel="stylesheet" href="./assets/css/iconfont.css" type="text/css" />
|
<link rel="stylesheet" href="./assets/css/designer.css" type="text/css" />
|
<!--<link href= "../node_modules/handsontable/dist/handsontable.full.min.css">-->
|
<script src="./assets/dist/handsontable.js"></script>
|
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script>
|
<script language="JavaScript">
|
if (window != top && window.location.href.indexOf("serviceId")==-1)
|
top.location.href = location.href;
|
</script>
|
|
<body>
|
<!--<h1 class="ureport ureport-setting"></h1>
|
<h1 class="ureport ureport-texts"></h1>
|
<h1 class="ureport ureport-links"></h1>-->
|
<app-root></app-root>
|
<!-- <div class="preloader">
|
<div class="preloader-progress">
|
<div class="preloader-progress-bar"></div>
|
</div>
|
</div> -->
|
</body>
|
<script>
|
if(window.top!=window.self && window.self.location.href.indexOf("serviceId")==-1){
|
window.top.location.href=window.self.location.href;
|
}
|
|
</script>
|
</html>
|