Authored by lea guo

全局配置

... ... @@ -179,7 +179,7 @@ export default function(mergeState = {}) {
});
},
reportError(params, { error }) {
// this.$reportError(error);
this.$reportError(error);
},
reportYas(
params,
... ...
... ... @@ -44,8 +44,7 @@ module.exports = (req, res, next) => {
};
}
// Todo 删除 600032996 调价: 500031170 购买: 600043484
req.user.uid = 600043484;
// Todo 删除 600032996
res.locals.isLogin = Boolean(req.user.uid); // 用户是否登录
if (_.get(req, 'user.appSessionType') === 'miniapp') {
... ...