From e7c63858a54c4aaa199c022069104d414c7b1032 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Wed, 22 Jun 2022 18:58:08 +0800
Subject: [PATCH] 测试

---
 yazhaiTest/pc.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/yazhaiTest/pc.html b/yazhaiTest/pc.html
index 3d61f97..4955e7c 100644
--- a/yazhaiTest/pc.html
+++ b/yazhaiTest/pc.html
@@ -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
     }
--
libgit2 0.25.0