Authored by 陈峰

Update ssr.js

... ... @@ -155,7 +155,7 @@ module.exports = async (app) => {
_.each(routes, r => {
if (!r.disable) {
app.get(r.route, ssrRender({
cache: false
cache: true
}));
}
});
... ...