From bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 十月 2021 11:51:40 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/components/header/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index fc866fa..0c8f549 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -629,7 +629,7 @@ if (!window.GLOB.WebSql && !window.GLOB.IndexDB) { notification.warning({ top: 92, - message: '鍗囩骇澶辫触锛岃鍒锋柊椤甸潰閲嶈瘯锛�', + message: '鏇存柊澶辫触锛岃鍒锋柊椤甸潰閲嶈瘯锛�', duration: 2 }) resolve() @@ -638,7 +638,7 @@ setTimeout(() => { notification.success({ top: 92, - message: '鍗囩骇鎴愬姛锛�', + message: '鏇存柊鎴愬姛锛�', duration: 2 }) resolve() -- Gitblit v1.8.0