diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index a66ee20..f4aee6c 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -83,7 +83,7 @@ class LoginIndex extends React.Component { }/> )} @@ -93,7 +93,7 @@ class LoginIndex extends React.Component { size="large" type="password" autoComplete="off" - placeholder="请输入密码: spug" + placeholder="请输入密码" onPressEnter={this.handleSubmit} prefix={}/> )}