ssr-routes.js
429 Bytes
module.exports = [
{
route: /mapp\/order\/ufo\/\d+\.html/,
accessLog: true
},
{
route: /mapp\/coupon\/ufo/,
},
{
route: /mapp\/coupon\/yoho/,
},
{
route: /mapp\/license\/form.html/,
},
{
route: /mapp\/alipayform.html/
},
{
route: /mapp\/selfufo.html/,
cacheTime: 60,
cache: true
},
{
route: /mapp\/invite\/detail\.html/,
cacheTime: 60,
cache: true
}
];