...
|
...
|
@@ -54,7 +54,7 @@ exports.serverError = () => { |
|
|
return (err, req, res, next) => {
|
|
|
forceNoCache(res);
|
|
|
const uid = req.user ? req.user.uid : 0;
|
|
|
const udid = _.get(req, 'cookies.udid', 0);
|
|
|
const udid = _.get(req, 'cookies.udid', 'yoho');
|
|
|
|
|
|
if (req.isApmReport) {
|
|
|
// 上报服务端错误
|
...
|
...
|
|