From 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 17 四月 2020 17:48:36 +0800
Subject: [PATCH] 2020-04-17

---
 src/components/header/editmenu/index.jsx |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/components/header/editmenu/index.jsx b/src/components/header/editmenu/index.jsx
index e80ad88..23b404a 100644
--- a/src/components/header/editmenu/index.jsx
+++ b/src/components/header/editmenu/index.jsx
@@ -46,7 +46,7 @@
       notification.warning({
         top: 92,
         message: this.state.dict['header.menu.presave'],
-        duration: 10
+        duration: 5
       })
     } else {
       this.setState({
@@ -78,7 +78,7 @@
           notification.warning({
             top: 92,
             message: res.message,
-            duration: 10
+            duration: 5
           })
         }
       })
@@ -116,7 +116,7 @@
           notification.warning({
             top: 92,
             message: res.message,
-            duration: 10
+            duration: 5
           })
         }
       })
@@ -154,7 +154,7 @@
             notification.warning({
               top: 92,
               message: res.message,
-              duration: 10
+              duration: 5
             })
           }
         })
@@ -168,7 +168,7 @@
       notification.warning({
         top: 92,
         message: this.state.dict['header.menu.thawmenu.select'],
-        duration: 10
+        duration: 5
       })
     } else {
       this.setState({
@@ -194,7 +194,7 @@
           notification.error({
             top: 92,
             message: msg,
-            duration: 15
+            duration: 10
           })
         } else {
           this.setState({
@@ -223,7 +223,7 @@
       notification.warning({
         top: 92,
         message: this.state.dict['header.menu.presave'],
-        duration: 10
+        duration: 5
       })
     } else if (type === 'add') {
       this.setState({
@@ -256,7 +256,7 @@
               notification.warning({
                 top: 92,
                 message: res.message,
-                duration: 10
+                duration: 5
               })
             }
           })
@@ -285,7 +285,7 @@
           notification.warning({
             top: 92,
             message: res.message,
-            duration: 10
+            duration: 5
           })
         }
       })

--
Gitblit v1.8.0