zhouna hace 4 años
padre
commit
7fae1dcd9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/tcmiss.js

+ 1 - 1
src/js/tcmiss.js

@@ -6,7 +6,7 @@ $(function () {
     let mrId = getUrlArgObject('mrId')
     $(".knowledge .a-link").click(function () {
         const code = $(this).attr("code");
-        openNewWin(targetUrl + '?page=' + code, true);
+        openNewWin(window.encodeURI(targetUrl + '?page=' + code), true);
     })
 });