Skip to content

Commit 411a7a6

Browse files
authored
Update Login.vue
1 parent f6c3b93 commit 411a7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/login/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export default {
4242
throttleLogin: null, // 节流登录
4343
form: {
4444
nickname: 'super',
45-
password: 'lin123456',
46-
confirm_password: 'lin123456',
45+
password: '123456',
46+
confirm_password: '123456',
4747
4848
},
4949
}

0 commit comments

Comments
 (0)