将登录用户名和密码默认值去除

This commit is contained in:
纪寒 2023-03-30 11:22:14 +08:00
parent 27169a5fa9
commit 19f265b419

View File

@ -103,8 +103,8 @@ export default {
return {
codeUrl: "",
loginForm: {
username: "admin",
password: "admin123",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: "",