瀏覽代碼

fix back button

Nikolay Suslov 4 年之前
父節點
當前提交
5723e446ad
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      public/core/app.js

+ 2 - 1
public/core/app.js

@@ -1416,7 +1416,8 @@ class App {
        let state = {
          path: ctx.pathname + urlAddon
        }
-       window.history.pushState(state, space, window.location.href + urlAddon);
+
+       window.history.replaceState(state, space, window.location.href + urlAddon);
      }