From ad8abc44cf633517c30ab8447b9b035019beeadb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十二月 2022 17:57:14 +0800 Subject: [PATCH] 2022-12-09 --- src/views/login/index.jsx | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index c1de41c..dc66349 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -149,7 +149,7 @@ }) message.warning('鐧诲綍澶辫触,鐢ㄦ埛鍚嶆垨瀵嗙爜閿欒!') } else { - window.location.replace(document.location.origin + '/Home/Index') + window.location.replace(document.location.origin + '/zh-CN/Home/Index') } }) } else { @@ -962,13 +962,13 @@ authLogin={this.authLogin} wrappedComponentRef={(inst) => this.loginformRef = inst} /> : null} - </div> - <div className="login-bottom"> - {webSite && copyRight ? - <a target="_blank" rel="noopener noreferrer" href={webSite} dangerouslySetInnerHTML={{ __html: copyRight.replace(/\s/ig, ' ') }}></a> : - <p dangerouslySetInnerHTML={{ __html: copyRight ? copyRight.replace(/\s/ig, ' ') : '' }}></p> - } - {ICP ? <p dangerouslySetInnerHTML={{ __html: ICP.replace(/\s/ig, ' ') }}></p> : null} + <div className="login-bottom"> + {webSite && copyRight ? + <a target="_blank" rel="noopener noreferrer" href={webSite} dangerouslySetInnerHTML={{ __html: copyRight.replace(/\s/ig, ' ') }}></a> : + <p dangerouslySetInnerHTML={{ __html: copyRight ? copyRight.replace(/\s/ig, ' ') : '' }}></p> + } + {ICP ? <p dangerouslySetInnerHTML={{ __html: ICP.replace(/\s/ig, ' ') }}></p> : null} + </div> </div> {/* 缂栬緫鐘舵�佺櫥褰� */} <Modal -- Gitblit v1.8.0