update 默认登录账号

This commit is contained in:
yoe 2020-05-11 14:11:01 +08:00
parent cee1a14f12
commit cb42929de4

View File

@ -45,8 +45,8 @@
data () {
return {
dataForm: {
username: '',
password: '',
username: 'admin',
password: 'admin',
uuid: '',
captcha: ''
},