Authored by 陈峰

remove cache

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