Commit 5ed45492 by libai

测试

parent bf0a0a8b
Showing with 2 additions and 2 deletions
...@@ -402,7 +402,7 @@ $(function(){ ...@@ -402,7 +402,7 @@ $(function(){
}, },
success:function(data){ success:function(data){
if(data.code==1){ if(data.code==1){
history.pushState('','','index.html'); history.pushState('','','/');
sessionStorage.go='end' sessionStorage.go='end'
} }
} }
...@@ -423,7 +423,7 @@ $(function(){ ...@@ -423,7 +423,7 @@ $(function(){
}, },
success:function(data){ success:function(data){
if(data.code==1){ if(data.code==1){
history.pushState('','','index.html'); history.pushState('','','/');
sessionStorage.go='end' sessionStorage.go='end'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment