ZhangXianQiang
2024-05-24 2bddfa78e65f351d6cb81f670775e79620f684a6
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
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="">
  <title>管理系统</title>
  <style>
    html {
      height: 100%;
      width: 100%;
    }
    body {
      padding: 0;
      margin: 0;
      height:100%;
      width: 100%;
    }
  </style>
    <script src='./admin/components/echarts/jitsi.js'></script>
 
  <script src='./admin/components/echarts/echarts.min.js'></script>
  <script src='./admin/components/echarts/theme/macarons.js'></script>
 
  <script src='./admin/components/ueditor/ueditor.config.js?v=3'></script>
  <script src='./admin/components/ueditor/ueditor.all.js?v=3'></script>
  <script src='./admin/components/ueditor/lang/zh-cn/zh-cn.js'></script>
  <script src='./admin/components/ueditor/kityformula-plugin/addKityFormulaDialog.js'></script>
  <script src='./admin/components/ueditor/kityformula-plugin/getKfContent.js'></script>
  <script src='./admin/components/ueditor/kityformula-plugin/defaultFilterFix.js'></script>
 
  <script>
    var _hmt = _hmt || [];
    (function () {
      var hm = document.createElement('script')
      hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9'
      var s = document.getElementsByTagName('script')[0]
      s.parentNode.insertBefore(hm, s)
    })()
  </script>
 
</head>
<body>
<noscript>
  <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>