Commit 399ed3de by wangshuo

拉取分支有修改

parent b9281ae8
......@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts(
"/precache-manifest.0dff50dc647ab7ac8f1114ed78d5ce8e.js"
"/precache-manifest.bbb99e2e2b4b78e3f970e7137f7a89d7.js"
);
workbox.clientsClaim();
......@@ -30,5 +30,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute("/index.html", {
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/],
});
......@@ -438,7 +438,7 @@ class YearCourse extends Component {
{/*浮框*/}
<div className='nav-right'>
<span onClick={this.toBoxList} className='nav-right__link'>
宝箱
宝箱
{
removable > 0 &&
<i className="nav-right__number">{removable}</i>
......
......@@ -152,7 +152,7 @@ export default class index extends Component {
</div>
<div className="banner-treasure__decorate"></div>
</div>
{/*浮框*/}
<div className='nav-right'>
<span onClick={this.toBoxList} className='nav-right__link'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment