zhouna 3 gadi atpakaļ
vecāks
revīzija
d453f90c06
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/js/login.js

+ 1 - 1
src/js/login.js

@@ -67,7 +67,7 @@ function sureLogin(){
           cacheCheckDatas(data.data.selRoles);
          const otherLogoPm = otherLogo?'?adLg=1':'';
          const hideLgPm=hideLogo?'?hideLg=1':'';
-        window.location.href = 'index.html'+hideLgPm+otherLogoPm;
+        window.location.href = '/index.html'+hideLgPm+otherLogoPm;
       }, 600);
     }else{
       $(".divModal").remove()