Commit ef91ba3d by zhanghaozhe

share

parent 298dfc6d
......@@ -43,8 +43,8 @@
"detail.js": "/static/js/detail.504a4ce2.chunk.js",
"detail.js.map": "/static/js/detail.504a4ce2.chunk.js.map",
"main.css": "/static/css/main.e42ffbbc.chunk.css",
"main.js": "/static/js/main.44f56125.chunk.js",
"main.js.map": "/static/js/main.44f56125.chunk.js.map",
"main.js": "/static/js/main.102283b1.chunk.js",
"main.js.map": "/static/js/main.102283b1.chunk.js.map",
"myorders.css": "/static/css/myorders.3ae12dec.chunk.css",
"myorders.js": "/static/js/myorders.1a11adf4.chunk.js",
"myorders.js.map": "/static/js/myorders.1a11adf4.chunk.js.map",
......@@ -91,7 +91,7 @@
"static/js/31.e78ea090.chunk.js": "/static/js/31.e78ea090.chunk.js",
"static/js/31.e78ea090.chunk.js.map": "/static/js/31.e78ea090.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.cff3b50e1829419ae93c3b5e86663cdb.js": "/precache-manifest.cff3b50e1829419ae93c3b5e86663cdb.js",
"precache-manifest.fe9b057a8d401ef6d9164dd04cfef4dd.js": "/precache-manifest.fe9b057a8d401ef6d9164dd04cfef4dd.js",
"service-worker.js": "/service-worker.js",
"static/css/24.5b7eccdb.chunk.css.map": "/static/css/24.5b7eccdb.chunk.css.map",
"static/css/26.4c706a4e.chunk.css.map": "/static/css/26.4c706a4e.chunk.css.map",
......
......@@ -112,12 +112,12 @@ self.__precacheManifest = [
"url": "/static/js/detail.504a4ce2.chunk.js"
},
{
"revision": "1aae9a631b42e40319f8",
"revision": "e47590ba8b0d49e17996",
"url": "/static/css/main.e42ffbbc.chunk.css"
},
{
"revision": "1aae9a631b42e40319f8",
"url": "/static/js/main.44f56125.chunk.js"
"revision": "e47590ba8b0d49e17996",
"url": "/static/js/main.102283b1.chunk.js"
},
{
"revision": "a233dd9edb52a81b553d",
......@@ -260,7 +260,7 @@ self.__precacheManifest = [
"url": "/static/css/24.5b7eccdb.chunk.css"
},
{
"revision": "de84d075048d3b4a93f1bb26cd9e600a",
"revision": "96a51d98659734eab182d98bdb9e1005",
"url": "/index.html"
}
];
\ No newline at end of file
......@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts(
"/precache-manifest.cff3b50e1829419ae93c3b5e86663cdb.js"
"/precache-manifest.fe9b057a8d401ef6d9164dd04cfef4dd.js"
);
workbox.clientsClaim();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -41,7 +41,7 @@ class App extends Component {
//平台信息
cookie.set('plat', '5', {domain: '.julyedu.com'})
if(browser.isWeixin && browser.isIOS){
if (browser.isWeixin && browser.isIOS) {
sessionStorage.setItem('enter_url', window.location.href)
}
......@@ -163,12 +163,7 @@ class App extends Component {
}
render() {
return (
<>
<div style={{position: 'fixed', bottom: '0', right: '0', fontSize: '20px', color: 'red', zIndex: '1000'}} onClick={e => {alert(location.href)}}>url</div>
<Routes/>
</>
)
return <Routes/>
}
}
......
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