root 4 年之前
父节点
当前提交
1e7763cea3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -470,7 +470,7 @@ window.onload = function () {
   });
 
   $("#python_full_screen").click(() => {
-    window.location.href = "/python/?" + window.location.href.split("?")[1];
+    window.location.href = "./python/?" + window.location.href.split("?")[1];
   })
 }