Commit 7490a065 authored by 杨思琦's avatar 杨思琦

fix: 无返回修改

parent e9fe1d88
Pipeline #81621 passed with stages
...@@ -320,7 +320,8 @@ const Layout = props => { ...@@ -320,7 +320,8 @@ const Layout = props => {
store.off('event:unauthorized'); store.off('event:unauthorized');
const key = `open${Date.now()}`; const key = `open${Date.now()}`;
if(notify) return false; if(notify) return false;
notify = notification.open({ notify = true;
notification.open({
description: '登录认证过期,即将跳转到登录页', description: '登录认证过期,即将跳转到登录页',
duration: null, duration: null,
btn: ( btn: (
......
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