wolegca.github.io/js/404.js

3 lines
108 B
JavaScript
Raw Normal View History

2019-09-30 16:44:06 +08:00
message.alert('404 Not Found', '您所查找的页面不存在',function(){
window.location.href = '/';
});