Commit 2e5c8ac7 by 宋毅

tj

parent 7843df01
......@@ -131,8 +131,7 @@ module.exports = function (app) {
var skipUrl = "/#/gsbhome/selftmreg?channelUserId=";
var params = req.query;
if (!params.state) {
res.redirect(skipUrl);
return;
params.state = "selftmreg";
}
var token = req.cookies.ic_token;
if (!token) {
......
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