...
|
...
|
@@ -46,7 +46,7 @@ module.exports = (req, res, next) => { |
|
|
|
|
|
// Todo 删除 600032996
|
|
|
|
|
|
req.user.uid = 600043484;
|
|
|
// req.user.uid = 600043484;
|
|
|
|
|
|
res.locals.isLogin = Boolean(req.user.uid); // 用户是否登录
|
|
|
if (_.get(req, 'user.appSessionType') === 'miniapp') {
|
...
|
...
|
|