Skip to content

Commit

Permalink
登录默认
Browse files Browse the repository at this point in the history
  • Loading branch information
PPzXiao committed May 23, 2020
1 parent 6ecb4fb commit 4daf43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export default {
reguser: '',
regpass: '',
loginForm: {
username: 'ecust',
password: 'ecustlab301'
username: 'admin',
password: 'admin'
},
loginRules: {
username: [{ required: true, trigger: 'blur', validator: validateUsername }],
Expand Down

0 comments on commit 4daf43b

Please sign in to comment.