From 1a4d662e73252a89cfbfdd46b9347c1920f314c7 Mon Sep 17 00:00:00 2001 From: karlis <2995621482@qq.com> Date: Thu, 6 Jul 2023 14:00:27 +0800 Subject: [PATCH] =?UTF-8?q?ContenPage=E6=B7=BB=E5=8A=A0NoteList=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AicsKnowledgeBase/qml/LoginWindow.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AicsKnowledgeBase/qml/LoginWindow.qml b/AicsKnowledgeBase/qml/LoginWindow.qml index 743f2a5..9ff5ccd 100644 --- a/AicsKnowledgeBase/qml/LoginWindow.qml +++ b/AicsKnowledgeBase/qml/LoginWindow.qml @@ -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 = "登录中"