Skip to content

Commit 31e97ed

Browse files
committed
登录去除默认账号
1 parent 3106b90 commit 31e97ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/src/views/login/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export default {
134134
}
135135
},
136136
loginForm: {
137-
account: 'admin', // admin
138-
pwd: '123456',
137+
account: '',
138+
pwd: '',
139139
key: '',
140140
code: '',
141141
wxCode: ''

0 commit comments

Comments
 (0)