ssr-routes.js
322 Bytes
module.exports = [
{
route: /channel/,
cache: true
},
{
route: /order\/ufo/,
cache: true,
cackeKey: '$url$params',
cacheTime: 10
},
{
route: /coupon\/ufo/,
cache: true
},
{
route: /coupon\/yoho/,
cache: true
},
{
route: /yoho\/coupon/,
cache: true
},
];