Commit 399ed3de by wangshuo

拉取分支有修改

parent b9281ae8
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js"); importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts( importScripts(
"/precache-manifest.0dff50dc647ab7ac8f1114ed78d5ce8e.js" "/precache-manifest.bbb99e2e2b4b78e3f970e7137f7a89d7.js"
); );
workbox.clientsClaim(); workbox.clientsClaim();
...@@ -30,5 +30,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); ...@@ -30,5 +30,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute("/index.html", { workbox.routing.registerNavigationRoute("/index.html", {
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/], blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/],
}); });
...@@ -438,7 +438,7 @@ class YearCourse extends Component { ...@@ -438,7 +438,7 @@ class YearCourse extends Component {
{/*浮框*/} {/*浮框*/}
<div className='nav-right'> <div className='nav-right'>
<span onClick={this.toBoxList} className='nav-right__link'> <span onClick={this.toBoxList} className='nav-right__link'>
宝箱 宝箱
{ {
removable > 0 && removable > 0 &&
<i className="nav-right__number">{removable}</i> <i className="nav-right__number">{removable}</i>
......
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