ssr-routes.js
333 Bytes
module.exports = [
{
route: /xianyu\/index\/channel/,
cacheTime: 60,
cache: true,
pageName: 'channel'
},
{
route: /xianyu\/index/,
cacheTime: 60,
cache: true,
pageName: 'channel'
},
{
route: /xianyu\/index\/category/,
cacheTime: 30,
cache: true,
pageName: 'category'
},
];