gaosp
2024-03-10 7e98689ab81048d65bbbc4a9eb007ab1718ace78
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
<!--
 * @Date: 2022-11-09 12:37:25
 * @LastEditors: Sneed
 * @LastEditTime: 2024-02-02 19:16:17
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/index.html
-->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0">
    <title>千文科技</title>
    <link rel="icon" href="/static/ico.png" />
      <script src="/static/plugins/echarts-3.8.5/echarts.common.min.js"></script>
      <script src="/static/plugins/highcharts/highcharts.js"></script>
      <script src="/static/plugins/highcharts/highcharts-more.js"></script>
      <script src="/static/plugins/highcharts/highcharts-3d.js"></script>
      <script src="/static/plugins/highcharts/wordcloud.js"></script>
      <script src="/static/plugins/highcharts/exporting.js"></script>
      <script src="/static/plugins/highcharts/bullet.js"></script>
<!--      <script src="https://img.hcharts.cn/highcharts/modules/xrange.js"></script>-->
      <script src="/static/plugins/highcharts/xrange.js"></script>
      <!-- <script src="./static/table-merge-utils.min.js"></script> -->
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>