From 83d70f4a1137753769d0cf5c8756945f3028a01d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 17 十月 2024 18:40:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
student/index.html | 39 ++++++++++++++++++++-------------------
src/views/home/components/user-panel/index.vue | 1 -
index.html | 2 +-
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/index.html b/index.html
index 14bafa2..35adbba 100644
--- a/index.html
+++ b/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>
diff --git a/src/views/home/components/user-panel/index.vue b/src/views/home/components/user-panel/index.vue
index 73a8f24..ed38c2b 100644
--- a/src/views/home/components/user-panel/index.vue
+++ b/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
>
diff --git a/student/index.html b/student/index.html
index 5b4fd90..551262f 100644
--- a/student/index.html
+++ b/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>
--
Gitblit v1.8.0