Showing
1 changed file
with
1 additions
and
1 deletions
@@ -46,7 +46,7 @@ module.exports = (req, res, next) => { | @@ -46,7 +46,7 @@ module.exports = (req, res, next) => { | ||
46 | 46 | ||
47 | // Todo 删除 600032996 | 47 | // Todo 删除 600032996 |
48 | 48 | ||
49 | - req.user.uid = 600043484; | 49 | + // req.user.uid = 600043484; |
50 | 50 | ||
51 | res.locals.isLogin = Boolean(req.user.uid); // 用户是否登录 | 51 | res.locals.isLogin = Boolean(req.user.uid); // 用户是否登录 |
52 | if (_.get(req, 'user.appSessionType') === 'miniapp') { | 52 | if (_.get(req, 'user.appSessionType') === 'miniapp') { |
-
Please register or login to post a comment