zhouna vor 3 Jahren
Ursprung
Commit
d453f90c06
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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()