Commit ff298370 by 刘海龙

1111

parent bf2328e4
...@@ -190,7 +190,12 @@ ...@@ -190,7 +190,12 @@
window.location.href = "{:U('classroom/Index/find')}" window.location.href = "{:U('classroom/Index/find')}"
break; break;
case 3: case 3:
window.location.href = "{:U('home/User/index')}" if($_SESSION['mid']){
window.location.href = "{:U('home/User/index')}"
}else{
window.location.href = "{:U('basic/Passport/login')}"
}
// window.location.href = "{:U('home/User/index')}"
break; break;
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment