Commit 32f0762a by zhanghaozhe

验证码

parent b2356764
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
"detail.js": "/static/js/detail.80587c4d.chunk.js", "detail.js": "/static/js/detail.80587c4d.chunk.js",
"detail.js.map": "/static/js/detail.80587c4d.chunk.js.map", "detail.js.map": "/static/js/detail.80587c4d.chunk.js.map",
"main.css": "/static/css/main.9d637326.chunk.css", "main.css": "/static/css/main.9d637326.chunk.css",
"main.js": "/static/js/main.54f87700.chunk.js", "main.js": "/static/js/main.1e3b81a2.chunk.js",
"main.js.map": "/static/js/main.54f87700.chunk.js.map", "main.js.map": "/static/js/main.1e3b81a2.chunk.js.map",
"myorders.css": "/static/css/myorders.3ab93c8e.chunk.css", "myorders.css": "/static/css/myorders.3ab93c8e.chunk.css",
"myorders.js": "/static/js/myorders.edebe46c.chunk.js", "myorders.js": "/static/js/myorders.edebe46c.chunk.js",
"myorders.js.map": "/static/js/myorders.edebe46c.chunk.js.map", "myorders.js.map": "/static/js/myorders.edebe46c.chunk.js.map",
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"static/js/30.5bd56f41.chunk.js": "/static/js/30.5bd56f41.chunk.js", "static/js/30.5bd56f41.chunk.js": "/static/js/30.5bd56f41.chunk.js",
"static/js/30.5bd56f41.chunk.js.map": "/static/js/30.5bd56f41.chunk.js.map", "static/js/30.5bd56f41.chunk.js.map": "/static/js/30.5bd56f41.chunk.js.map",
"index.html": "/index.html", "index.html": "/index.html",
"precache-manifest.9e3e7269abf9db6341f9cc094ff02f7f.js": "/precache-manifest.9e3e7269abf9db6341f9cc094ff02f7f.js", "precache-manifest.16a193e08bb21729b70b2f00d317de39.js": "/precache-manifest.16a193e08bb21729b70b2f00d317de39.js",
"service-worker.js": "/service-worker.js", "service-worker.js": "/service-worker.js",
"static/css/24.4a7b6220.chunk.css.map": "/static/css/24.4a7b6220.chunk.css.map", "static/css/24.4a7b6220.chunk.css.map": "/static/css/24.4a7b6220.chunk.css.map",
"static/css/25.1b3a6258.chunk.css.map": "/static/css/25.1b3a6258.chunk.css.map", "static/css/25.1b3a6258.chunk.css.map": "/static/css/25.1b3a6258.chunk.css.map",
......
...@@ -112,12 +112,12 @@ self.__precacheManifest = [ ...@@ -112,12 +112,12 @@ self.__precacheManifest = [
"url": "/static/js/detail.80587c4d.chunk.js" "url": "/static/js/detail.80587c4d.chunk.js"
}, },
{ {
"revision": "da45deeb5693ae2e660a", "revision": "7403166ca2b2e7c60eaa",
"url": "/static/css/main.9d637326.chunk.css" "url": "/static/css/main.9d637326.chunk.css"
}, },
{ {
"revision": "da45deeb5693ae2e660a", "revision": "7403166ca2b2e7c60eaa",
"url": "/static/js/main.54f87700.chunk.js" "url": "/static/js/main.1e3b81a2.chunk.js"
}, },
{ {
"revision": "13c2dd59ef3471690b20", "revision": "13c2dd59ef3471690b20",
...@@ -256,7 +256,7 @@ self.__precacheManifest = [ ...@@ -256,7 +256,7 @@ self.__precacheManifest = [
"url": "/static/css/24.4a7b6220.chunk.css" "url": "/static/css/24.4a7b6220.chunk.css"
}, },
{ {
"revision": "1882d034486f172c5128cf2fc19abb50", "revision": "5ea604d6fd66f8b890122036f5021df2",
"url": "/index.html" "url": "/index.html"
} }
]; ];
\ No newline at end of file
...@@ -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.9e3e7269abf9db6341f9cc094ff02f7f.js" "/precache-manifest.16a193e08bb21729b70b2f00d317de39.js"
); );
workbox.clientsClaim(); 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.
...@@ -134,7 +134,7 @@ const formikConfig = { ...@@ -134,7 +134,7 @@ const formikConfig = {
if (res.data.errno == 0) { if (res.data.errno == 0) {
props.history.push('/passport/set-password', {from: props.location}) props.history.push('/passport/set-password', {from: props.location})
} else { } else {
Toast.info(res.data.msg) Toast.info(res.data.msg, 2000, null, false)
} }
}) })
}, },
......
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