Commit a343204d by sunchao

loading页优化

parent 8ce38a53
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
<script src="./assets/LCalendar/LCalendar.js"></script> <script src="./assets/LCalendar/LCalendar.js"></script>
<script src="./assets/laydate/laydate.js"></script> <script src="./assets/laydate/laydate.js"></script>
<script type="text/javascript"> <script type="text/javascript">
// var api = 'https://' + window.location.host; var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn'; // var api = 'https://mdev.zuihuibi.cn';
function getToken() { function getToken() {
$.ajax({ $.ajax({
type: "POST", type: "POST",
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
if (document.readyState == "complete") { if (document.readyState == "complete") {
setTimeout(() => { setTimeout(() => {
loading.style.display = 'none'; loading.style.display = 'none';
}, 400000) }, 3000)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment