登陆界面移除默认登陆用户名和密码
This commit is contained in:
parent
9c25a47261
commit
078b82a541
|
@ -26,8 +26,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
form: {
|
||||
username: 'admin',
|
||||
password: 'daobang123'
|
||||
username: '',
|
||||
password: ''
|
||||
},
|
||||
rules: {
|
||||
username: [{ required: true, message: '请输入用户名' }],
|
||||
|
|
Loading…
Reference in New Issue