Authored by 杨延青

fix ssr-api report

... ... @@ -31,6 +31,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',
Pragma: 'no-cache',
... ...