将登录用户名和密码默认值去除
This commit is contained in:
parent
27169a5fa9
commit
19f265b419
@ -103,8 +103,8 @@ export default {
|
||||
return {
|
||||
codeUrl: "",
|
||||
loginForm: {
|
||||
username: "admin",
|
||||
password: "admin123",
|
||||
username: "",
|
||||
password: "",
|
||||
rememberMe: false,
|
||||
code: "",
|
||||
uuid: "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user