新增:登录默认密码优化
parent
74abea7fbf
commit
54c63e6443
|
@ -33,8 +33,8 @@ export default {
|
|||
backgroundImage: 'url(' + this.loginBackground + ')',
|
||||
// 表单
|
||||
formLogin: {
|
||||
username: 'superadmin',
|
||||
password: 'admin123456',
|
||||
username: '',
|
||||
password: '',
|
||||
captcha: ''
|
||||
},
|
||||
// 表单校验
|
||||
|
|
Loading…
Reference in New Issue