This commit is contained in:
2020-11-30 13:54:29 +08:00
parent 220f005bc7
commit c0b49a0ab9
16 changed files with 16 additions and 16 deletions

View File

@@ -129,7 +129,7 @@ export function toindex(){
}
const url = GetUrlRelativePath()
const list = ['/wblogin','/wbloginerr','/fblogin','/fbloginerr']
for(let i in list){
for(const i in list){
if(list[i] == url){
return ;
}