@@ -102,7 +102,7 @@ var loginPage = new Vue({
window.location.href = '/index.html';
}
}else if(response.code == -4){
- window.location.href = 'binding.html';
+ window.location.href = '/bind.html';
});