Commit e9ab9408 by libai

测试

parent e7c63858
Showing with 2 additions and 1 deletions
......@@ -330,10 +330,11 @@ $(function(){
// var userinfo = JSON.parse(decodeURIComponent(escape(window.atob(strings.replace(/-/g, "+").replace(/_/g, "/")))));
// console.log(userinfo)
sessionStorage.jump=data.jump
var stateObject = {};
var title = "Java学习笔记网";
var newUrl = "pc.html";
history.pushState(stateObject,title,newUrl);
history.pushState(stateObject,newUrl);
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