Authored by lea guo

全局uid 移除

@@ -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') {