Authored by 陈峰

Update ssr.js

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