style: 登录界面不填账号密码的
This commit is contained in:
@@ -22,9 +22,9 @@ let state = reactive({
|
||||
/**表单属性 */
|
||||
from: {
|
||||
/**账号 */
|
||||
username: 'AGrand',
|
||||
username: '',
|
||||
/**密码 */
|
||||
password: 'AGrand@1234',
|
||||
password: '',
|
||||
/**验证码 */
|
||||
code: '',
|
||||
/**验证码uuid */
|
||||
|
||||
Reference in New Issue
Block a user