blob: 7b3bab21713f2a2311d89964ad2bf735dbf9a648 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="http://at.alicdn.com/t/font_1047060_bxglnl7g9ua.css">
<!-- 引入element样式 -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/lib/theme-chalk/index.css">
<script type="text/javascript" src="static/popWin.js"></script>
<!-- <script type="text/javascript" src="static/dataTool.min.js"></script> -->
<title>Argvs 邮件服务测绘系统</title>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="./static/echarts.min.js"></script>
<!-- built files will be auto injected -->
<script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script>
<!-- 引入element组件库 -->
<script src="https://cdn.bootcss.com/element-ui/2.11.1/index.js"></script>
<script type="text/javascript" src="./static/echarts-wordcloud.min.js"></script>
</body>
</html>
|