Commit 2e5c8ac7 by 宋毅

tj

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