|
@@ -67,7 +67,6 @@
|
|
|
<script>
|
|
<script>
|
|
|
let loadingContainer
|
|
let loadingContainer
|
|
|
let loadingText
|
|
let loadingText
|
|
|
- let triggerBtn
|
|
|
|
|
let baseUrl ="http://"+window.location.host;
|
|
let baseUrl ="http://"+window.location.host;
|
|
|
let teacherUrl = document.getElementById('teacherUrl').value;
|
|
let teacherUrl = document.getElementById('teacherUrl').value;
|
|
|
let studentUrl = document.getElementById('studentUrl').value;
|
|
let studentUrl = document.getElementById('studentUrl').value;
|
|
@@ -158,7 +157,6 @@
|
|
|
console.log('页面加载完成');
|
|
console.log('页面加载完成');
|
|
|
loadingContainer = document.getElementById('loadingContainer');
|
|
loadingContainer = document.getElementById('loadingContainer');
|
|
|
loadingText = document.getElementById('loadingText');
|
|
loadingText = document.getElementById('loadingText');
|
|
|
- triggerBtn = document.getElementById('triggerBtn');
|
|
|
|
|
login()
|
|
login()
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|