From 55945fc35fe8d7913d36e2b5c665ff6515a16b7f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 八月 2023 19:10:35 +0800 Subject: [PATCH] 2023-08-27 --- src/views/login/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index bbc3c2a..f0c26ab 100644 --- a/src/views/login/index.jsx +++ b/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} -- Gitblit v1.8.0