Commit 74e127ab by 刘泽奇

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents ac24a0d5 2e5c8ac7
...@@ -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