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}