Commit a343204d by sunchao

loading页优化

parent 8ce38a53
......@@ -70,8 +70,8 @@
<script src="./assets/LCalendar/LCalendar.js"></script>
<script src="./assets/laydate/laydate.js"></script>
<script type="text/javascript">
// var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn';
var api = 'https://' + window.location.host;
// var api = 'https://mdev.zuihuibi.cn';
function getToken() {
$.ajax({
type: "POST",
......@@ -96,7 +96,7 @@
if (document.readyState == "complete") {
setTimeout(() => {
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