Authored by 陈峰

活动域名下移除sw.js

... ... @@ -5,6 +5,9 @@ const config = global.yoho.config;
module.exports = {
sw(req, res) {
if (req.hostname === 'activity.yoho.cn') {
return res.status(404).end();
}
res.set({
'Cache-Control': 'no-cache',
Pragma: 'no-cache',
... ...