xiangpei
2024-07-09 8a968bcc9d96c6ac88c6ec85b27be63ae40aef36
public/index.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
@@ -8,19 +9,22 @@
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <title>学之思管理系统</title>
  <title>江西语音视频培训系统</title>
  <style>
    html {
      height: 100%;
      width: 100%;
    }
    body {
      padding: 0;
      margin: 0;
      height:100%;
      height: 100%;
      width: 100%;
    }
  </style>
  <script src='https://ycl.easyblog.vip:8443/external_api.js'></script>
  <script src='./admin/components/echarts/echarts.min.js'></script>
  <script src='./admin/components/echarts/theme/macarons.js'></script>
@@ -35,19 +39,28 @@
  <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)
      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>
  <script>
    window.onload = () => {
      window.JitsiMeetExternalAPI = JitsiMeetExternalAPI;
    }
  </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 -->
  <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>
</html>