xbx #183

Merged
theluyuan merged 2 commits from xbx into master 2020-11-30 06:32:58 +00:00
Showing only changes of commit 457906d25c - Show all commits

View File

@ -132,6 +132,7 @@ export function toindex(){
const list = ['/wblogin','/wbloginerr','/fblogin','/fbloginerr'] const list = ['/wblogin','/wbloginerr','/fblogin','/fbloginerr']
for(const i in list){ for(const i in list){
if(list[i] == url){ if(list[i] == url){
console.log("return")
return ; return ;
} }
} }