forked from github/dataease
fix: 去掉默认用户名、密码
This commit is contained in:
parent
8464e7a709
commit
7dcf5959a8
@ -70,8 +70,8 @@ export default {
|
||||
}
|
||||
return {
|
||||
loginForm: {
|
||||
username: 'admin',
|
||||
password: '123456'
|
||||
username: '',
|
||||
password: ''
|
||||
},
|
||||
loginRules: {
|
||||
username: [{ required: true, trigger: 'blur', validator: validateUsername }],
|
||||
|
Loading…
Reference in New Issue
Block a user