|
@@ -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()
|