From 96f696039ec4f2107691613c8c170f9ae6b777f3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 20 九月 2022 17:51:00 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 73750e3..7b31de2 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -2021,6 +2021,12 @@ }) } }) + } else if (re.errcode !== 0 && re.errmsg) { + notification.warning({ + top: 92, + message: re.errmsg, + duration: 5 + }) } }) }) -- Gitblit v1.8.0