ContenPage添加NoteList组件
parent
3535f3ee03
commit
1a4d662e73
|
@ -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 = "登录中"
|
||||
|
|
Loading…
Reference in New Issue