Commit e831b63f by zhanghaozhe

验证码

parent 32f0762a
......@@ -43,8 +43,8 @@
"detail.js": "/static/js/detail.80587c4d.chunk.js",
"detail.js.map": "/static/js/detail.80587c4d.chunk.js.map",
"main.css": "/static/css/main.9d637326.chunk.css",
"main.js": "/static/js/main.1e3b81a2.chunk.js",
"main.js.map": "/static/js/main.1e3b81a2.chunk.js.map",
"main.js": "/static/js/main.492c0069.chunk.js",
"main.js.map": "/static/js/main.492c0069.chunk.js.map",
"myorders.css": "/static/css/myorders.3ab93c8e.chunk.css",
"myorders.js": "/static/js/myorders.edebe46c.chunk.js",
"myorders.js.map": "/static/js/myorders.edebe46c.chunk.js.map",
......@@ -89,7 +89,7 @@
"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",
"index.html": "/index.html",
"precache-manifest.16a193e08bb21729b70b2f00d317de39.js": "/precache-manifest.16a193e08bb21729b70b2f00d317de39.js",
"precache-manifest.c82dafc969e6f6974d99db74511704ee.js": "/precache-manifest.c82dafc969e6f6974d99db74511704ee.js",
"service-worker.js": "/service-worker.js",
"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",
......
......@@ -112,12 +112,12 @@ self.__precacheManifest = [
"url": "/static/js/detail.80587c4d.chunk.js"
},
{
"revision": "7403166ca2b2e7c60eaa",
"revision": "963785a2bb72e3ff37ee",
"url": "/static/css/main.9d637326.chunk.css"
},
{
"revision": "7403166ca2b2e7c60eaa",
"url": "/static/js/main.1e3b81a2.chunk.js"
"revision": "963785a2bb72e3ff37ee",
"url": "/static/js/main.492c0069.chunk.js"
},
{
"revision": "13c2dd59ef3471690b20",
......@@ -256,7 +256,7 @@ self.__precacheManifest = [
"url": "/static/css/24.4a7b6220.chunk.css"
},
{
"revision": "5ea604d6fd66f8b890122036f5021df2",
"revision": "a32019e7e581b4d783f19d8b7f26c938",
"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.16a193e08bb21729b70b2f00d317de39.js"
"/precache-manifest.c82dafc969e6f6974d99db74511704ee.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.
......@@ -36,7 +36,7 @@ class ForgotPassword extends Component {
}
onSubmissionError = () => {
const errors = Object.values(this.props.errors);
errors.length && Toast.info(errors[0], 2000, null, false)
errors.length && Toast.info(errors[0], 2, null, false)
}
render() {
......@@ -134,7 +134,7 @@ const formikConfig = {
if (res.data.errno == 0) {
props.history.push('/passport/set-password', {from: props.location})
} else {
Toast.info(res.data.msg, 2000, null, false)
Toast.info(res.data.msg, 2, 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