king
2022-12-09 ad8abc44cf633517c30ab8447b9b035019beeadb
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, '&nbsp;') }}></a> :
            <p dangerouslySetInnerHTML={{ __html: copyRight ? copyRight.replace(/\s/ig, '&nbsp;') : '' }}></p>
          }
          {ICP ? <p dangerouslySetInnerHTML={{ __html: ICP.replace(/\s/ig, '&nbsp;') }}></p> : null}
          <div className="login-bottom">
            {webSite && copyRight ?
              <a target="_blank" rel="noopener noreferrer" href={webSite} dangerouslySetInnerHTML={{ __html: copyRight.replace(/\s/ig, '&nbsp;') }}></a> :
              <p dangerouslySetInnerHTML={{ __html: copyRight ? copyRight.replace(/\s/ig, '&nbsp;') : '' }}></p>
            }
            {ICP ? <p dangerouslySetInnerHTML={{ __html: ICP.replace(/\s/ig, '&nbsp;') }}></p> : null}
          </div>
        </div>
        {/* 编辑状态登录 */}
        <Modal