Commit c5000615 by Sweet Zhang

客户打开没有欢迎页

parent 7b023406
......@@ -129,6 +129,10 @@
let loading = document.getElementById("adv");
loading.style.display = 'none';
}
if(window.location.pathname == '/identify'){
let loading = document.getElementById("adv");
loading.style.display = 'none';
}
//用于去除alert的url
window.alert = function (name) {
......
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