fuliqi
2024-10-17 83d70f4a1137753769d0cf5c8756945f3028a01d
Merge remote-tracking branch 'origin/master'
3个文件已修改
42 ■■■■ 已修改文件
index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/components/user-panel/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
student/index.html 39 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html
@@ -6,7 +6,7 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>江西空管语音视频培训系统</title>
    <!-- 生产版本换源 -->
    <script src='/external_api.js'></script>
    <script src='https://www.kgmeet.com:8443/external_api.js'></script>
  </head>
  <body>
    <div id="app"></div>
src/views/home/components/user-panel/index.vue
@@ -23,7 +23,6 @@
          </div>
          <template #dropdown>
            <el-dropdown-menu>
              <el-dropdown-item>修改密码</el-dropdown-item>
              <el-dropdown-item @click="goPersonalCenter()"
                >个人中心</el-dropdown-item
              >
student/index.html
@@ -1,21 +1,22 @@
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>江西空管语音视频培训系统</title>
    <!-- 生产版本换源 -->
    <script src='/external_api.js'></script>
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>江西空管语音视频培训系统</title>
    <!-- 生产版本换源 -->
    <script src='https://www.kgmeet.com:8443/external_api.js'></script>
    <script type="module" crossorigin src="/assets/index-Daa5jh-U.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-S1yXFEKF.css">
  </head>
  <body>
    <div id="app"></div>
    <script>
      window.onload = () => {
        window.JitsiMeetExternalAPI = JitsiMeetExternalAPI;
      }
    </script>
  </body>
</html>
  </head>
  <body>
    <div id="app"></div>
    <script>
      window.onload = () => {
        window.JitsiMeetExternalAPI = JitsiMeetExternalAPI;
      }
    </script>
  </body>
</html>