Authored by 陈峰

Update ssr.js

... ... @@ -61,7 +61,6 @@ const getContext = (req) => {
};
const render = (options) => {
options.cache = false;
return (req, res, next) => {
if (options.cache) {
const html = microCache.get(req.url);
... ...