mirror of https://github.com/openspug/spug
U - 登录添加默认账号密码提示
parent
8ac7a0f563
commit
27bfde83c1
|
@ -83,7 +83,7 @@ class LoginIndex extends React.Component {
|
|||
<Input
|
||||
size="large"
|
||||
autoComplete="off"
|
||||
placeholder="请输入账户"
|
||||
placeholder="请输入账户: admin"
|
||||
prefix={<Icon type="user" className={styles.icon}/>}/>
|
||||
)}
|
||||
</Form.Item>
|
||||
|
@ -93,7 +93,7 @@ class LoginIndex extends React.Component {
|
|||
size="large"
|
||||
type="password"
|
||||
autoComplete="off"
|
||||
placeholder="请输入密码"
|
||||
placeholder="请输入密码: spug"
|
||||
onPressEnter={this.handleSubmit}
|
||||
prefix={<Icon type="lock" className={styles.icon}/>}/>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue