zhouna 3 år sedan
förälder
incheckning
d453f90c06
1 ändrade filer med 1 tillägg och 1 borttagningar
  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()