ContenPage添加NoteList组件

main
karlis 2023-07-06 14:00:27 +08:00
parent 3535f3ee03
commit 1a4d662e73
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ AppFluWindow {
text: "登录"
onClicked: {
var param = {
"username": account.text,
"password": password.text
"username": "admin",
"password": "123456"
}
btn_login.disabled = true
btn_login.text = "登录中"