Authored by 郭成尧

offline

... ... @@ -5,7 +5,8 @@ module.exports = {
res.render('offline', {
pageHeader: headerModel.setNav(),
module: 'common',
page: 'offline'
page: 'offline',
localCss: true
});
}
};
... ...
... ... @@ -17,9 +17,10 @@ const config = {
'/index.css',
'/common.css',
'/libs.js',
'/common.offline.js',
'/font/iconfont.woff',
'/img/common/404.png'
'/common.offline.js',
'/common.offline.css',
'/pwa/404.png'
]
};
const qs = parseQs(self.location.search.substr(1));
... ...
... ... @@ -10,7 +10,7 @@
.offline-bg {
height: 200px;
width: 200px;
background: resolve("common/404.png") no-repeat;
background: url("https://cdn.yoho.cn/pwa/404.png") no-repeat;
background-size: 100% 100%;
display: inline-block;
}
... ...
This diff could not be displayed because it is too large.