Update Login.vue

This commit is contained in:
陈淳
2023-06-28 16:27:13 +08:00
parent 174f247a8e
commit 7d0fa7f5d1

View File

@@ -69,8 +69,8 @@ password:[
]}) ]})
const loginForm = reactive({ const loginForm = reactive({
userName: "", userName: "cc",
password: "", password: "123456",
uuid: "", uuid: "",
code: "" code: ""
}) })