Commit 12d96d52 by libai

测试

parent e9ab9408
Showing with 3 additions and 3 deletions
......@@ -330,11 +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 title = "絲足美女";
var newUrl = "pc.html";
history.pushState(stateObject,newUrl);
history.pushState(stateObject,title,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