Commit e7c63858 by libai

测试

parent 69ac398f
Showing with 1 additions and 2 deletions
......@@ -332,10 +332,9 @@ $(function(){
sessionStorage.jump=data.jump
var stateObject = {};
var title = "Java学习笔记网";
var newUrl = "yazhaiTest/pc.html";
var newUrl = "pc.html";
history.pushState(stateObject,title,newUrl);
window.history.pushState({}, 0, _url);
if(sessionStorage.jump=='undefined'){
sessionStorage.jump=1
}
......
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