king
2023-08-27 55945fc35fe8d7913d36e2b5c665ff6515a16b7f
2023-08-27
1个文件已修改
3 ■■■■ 已修改文件
src/views/login/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.jsx
@@ -966,7 +966,7 @@
  }
  render () {
    const { lineColor, loginlogo, bgImage, copyRight, webSite, ICP, loginWays, touristLogin } = this.state
    const { lineColor, loginlogo, bgImage, copyRight, webSite, ICP, loginWays, touristLogin, platName } = this.state
    return (
      <div className="login-container" id="mk-login-view">
@@ -978,6 +978,7 @@
            dict={this.state.dict}
            auth={this.state.auth}
            authError={this.state.authError}
            platName={platName}
            touristLogin={touristLogin}
            loginWays={loginWays}
            lang={this.state.selectedlang}