Răsfoiți Sursa

Merge branch 'hotfix/v4.9.82.1' into feature/v4.9.82

yuelujie 7 luni în urmă
părinte
comite
e9e7076e41
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/web/templates/pc/reloadTo.html

+ 1 - 1
src/web/templates/pc/reloadTo.html

@@ -12,7 +12,7 @@
     var targetPattern = /\/content\/(.+?)\./; // 匹配目标字符串
     var match = transfer.match(targetPattern);
     if (match && match[1]) {
-      window.location.href = transfer.replace(/\/content\/(.+?)\./, "/content/" + encodeURIComponent(match[1]) + ".");
+      window.location.href = transfer.replace(/\/content\/(.+?)\./, "/content/" + encodeURIComponent(encodeURIComponent(match[1])) + ".");
       return
     }
     window.location.href = {{.T.transfer}};