3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
message.alert('404 Not Found', '您所查找的页面不存在',function(){
|
|
window.location.href = '/';
|
|
}); |