新增:登录默认密码优化

pull/57/head
李强 2022-05-11 14:00:17 +08:00
parent 74abea7fbf
commit 54c63e6443
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ export default {
backgroundImage: 'url(' + this.loginBackground + ')', backgroundImage: 'url(' + this.loginBackground + ')',
// //
formLogin: { formLogin: {
username: 'superadmin', username: '',
password: 'admin123456', password: '',
captcha: '' captcha: ''
}, },
// //