去除用户名和密码的默认值
This commit is contained in:
parent
1588c884fa
commit
8d50da9a1c
@ -104,8 +104,8 @@ export default {
|
||||
return {
|
||||
codeUrl: "",
|
||||
loginForm: {
|
||||
username: "admin",
|
||||
password: "admin123",
|
||||
username: "",
|
||||
password: "",
|
||||
rememberMe: false,
|
||||
code: "",
|
||||
uuid: "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user