|
@@ -157,7 +157,7 @@ if (!$go) {
|
|
|
var json = JSON.parse(xhr.responseText) ;
|
|
var json = JSON.parse(xhr.responseText) ;
|
|
|
// console.log(json);
|
|
// console.log(json);
|
|
|
if(json.error_code === 0){
|
|
if(json.error_code === 0){
|
|
|
- window.location.href = "../";
|
|
|
|
|
|
|
+ window.location.href = "../web/";
|
|
|
}else{
|
|
}else{
|
|
|
alert(json.error_message)
|
|
alert(json.error_message)
|
|
|
}
|
|
}
|