Authored by 杨延青

fix ssr-api report

... ... @@ -30,6 +30,10 @@ module.exports = async(req, res, next) => {
}
let baseParams;
let reqParams = Object.assign({}, req.query, req.body);
req.route = {
path: req.path
};
res.set({
'Cache-Control': 'no-cache',
... ...