去除初始账号密码
This commit is contained in:
parent
2cd0978d73
commit
5807d557d8
@ -75,8 +75,8 @@ const router = useRouter();
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
const loginForm = ref({
|
||||
username: "admin",
|
||||
password: "admin123",
|
||||
username: "",
|
||||
password: "",
|
||||
rememberMe: false,
|
||||
code: "",
|
||||
uuid: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user