update default user

This commit is contained in:
2023-07-19 10:39:32 +08:00
parent 3d5d0a8e60
commit 4f9cc0b2cf

View File

@ -197,8 +197,8 @@ const router = useRouter();
const { proxy } = getCurrentInstance(); const { proxy } = getCurrentInstance();
const loginForm = ref({ const loginForm = ref({
username: "admin", username: "iotdemo",
password: "admin123", password: "123456",
rememberMe: false, rememberMe: false,
code: "", code: "",
uuid: "", uuid: "",