From b12ba47489bda209dabe8d41b42d6d7afdb1a78a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 20 九月 2022 18:26:45 +0800 Subject: [PATCH] 2022-09-20 --- 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