Commit 5e1a70cb authored by Van's avatar Van

🎨 #12516

parent 08cb706a
......@@ -251,16 +251,6 @@ var Util = {
addKillPanel();
return;
}
// 后台页面 kill 360
if (window.external && window.external.twGetRunPath) {
var path = external.twGetRunPath();
if (path && path.toLowerCase().indexOf("360se") > -1 &&
window.location.href.indexOf("admin-index") > -1) {
addKillPanel();
return;
}
}
}
},
/**
......
Subproject commit 99aedd8406d4ef0611daae2bb8f2e57a8aa72380
Subproject commit 5008cd80069d06f8fed1d08ee6c5fa6a0b0819d1
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