We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c3b93 commit 411a7a6Copy full SHA for 411a7a6
1 file changed
src/views/login/Login.vue
@@ -42,8 +42,8 @@ export default {
42
throttleLogin: null, // 节流登录
43
form: {
44
nickname: 'super',
45
- password: 'lin123456',
46
- confirm_password: 'lin123456',
+ password: '123456',
+ confirm_password: '123456',
47
email: '2285901508@qq.com',
48
},
49
}
0 commit comments