commit | author | age
|
2f5b9b
|
1 |
<!doctype html> |
B |
2 |
<html> |
|
3 |
|
|
4 |
<head> |
|
5 |
<meta charset="utf-8"> |
1e15d1
|
6 |
<title>云 · 报表</title> |
2f5b9b
|
7 |
<base href="/"> |
B |
8 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
|
9 |
<link rel="icon" type="image/x-icon" href="favicon.ico"> |
|
10 |
|
|
11 |
<style> |
|
12 |
.modal-open{ |
|
13 |
overflow: auto !important; |
|
14 |
} |
|
15 |
</style><!-- <link rel="stylesheet" href="node_modules/ng2-drag-drop/style.css"> --> |
|
16 |
</head> |
|
17 |
<link rel="stylesheet" href="./assets/dist/handsontable.css" type="text/css" /> |
|
18 |
<link rel="stylesheet" href="./assets/dist/handsontable.full.min.css" type="text/css" /> |
|
19 |
<link rel="stylesheet" href="./assets/css/iconfont.css" type="text/css" /> |
|
20 |
<link rel="stylesheet" href="./assets/css/designer.css" type="text/css" /> |
|
21 |
<!--<link href= "../node_modules/handsontable/dist/handsontable.full.min.css">--> |
|
22 |
<script src="./assets/dist/handsontable.js"></script> |
|
23 |
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script> |
|
24 |
<script language="JavaScript"> |
|
25 |
if (window != top && window.location.href.indexOf("serviceId")==-1) |
|
26 |
top.location.href = location.href; |
|
27 |
</script> |
|
28 |
|
|
29 |
<body> |
|
30 |
<!--<h1 class="ureport ureport-setting"></h1> |
|
31 |
<h1 class="ureport ureport-texts"></h1> |
|
32 |
<h1 class="ureport ureport-links"></h1>--> |
|
33 |
<app-root></app-root> |
|
34 |
<!-- <div class="preloader"> |
|
35 |
<div class="preloader-progress"> |
|
36 |
<div class="preloader-progress-bar"></div> |
|
37 |
</div> |
|
38 |
</div> --> |
|
39 |
</body> |
|
40 |
<script> |
|
41 |
if(window.top!=window.self && window.self.location.href.indexOf("serviceId")==-1){ |
|
42 |
window.top.location.href=window.self.location.href; |
|
43 |
} |
|
44 |
|
|
45 |
</script> |
|
46 |
</html> |
|
47 |
|