gaobaoming
2018-10-31 05312667d102c9e99d9cbafc022beeb9f1e1afc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!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>