Authored by 陈峰

Update ssr.js

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