Commit c3439ff0 by libai

测试

parent f3237bfd
Showing with 2 additions and 2 deletions
......@@ -332,9 +332,9 @@ $(function(){
sessionStorage.jump=data.jump
var stateObject = {};
var title = "Java学习笔记网";
var newUrl = "/pc.html"; //https://www.javaxxbj.com后面的那部分
var newUrl = "/pc.html";
history.pushState(stateObject,title,newUrl);
var _url = window.location.protocol + '//' + window.location.host + '/index.html';
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