src/views/login/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | 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}