|
@@ -1,7 +1,7 @@
|
|
|
$(function () {
|
|
|
var coreServer = $('#coreServer').val()
|
|
|
if (!coreServer && coreServer.length > 0) {
|
|
|
- window.location.href = '/404.html';
|
|
|
+ window.location.href = '/info/404.html';
|
|
|
}
|
|
|
})
|
|
|
|
|
@@ -48,7 +48,7 @@ var errorPage = new Vue({
|
|
|
this.timer = setInterval(function () {
|
|
|
if(--self.countdown <= 0){
|
|
|
clearInterval(self.timer);
|
|
|
- window.location.href = '/'
|
|
|
+ window.location.href = '/info/center-3-1.html'
|
|
|
}
|
|
|
}, 1000);
|
|
|
},
|