...
|
...
|
@@ -47,7 +47,7 @@ module.exports = (req, res, next) => { |
|
|
// Todo 删除 600032996 调价: 500031170 购买: 600043484
|
|
|
// 入住商家 50000638
|
|
|
// 梅 500031928
|
|
|
req.user.uid = 500031928;
|
|
|
// req.user.uid = 500031928;
|
|
|
|
|
|
res.locals.isLogin = Boolean(req.user.uid); // 用户是否登录
|
|
|
if (_.get(req, 'user.appSessionType') === 'miniapp') {
|
...
|
...
|
|