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({
userName: "",
password: "",
userName: "cc",
password: "123456",
uuid: "",
code: ""
})