Commit 28653e07 by BellCodeEditor

auto save

parent e4754e0f
Showing with 1 additions and 0 deletions
......@@ -39,6 +39,7 @@ def login(): # 登录验证
pwu=user.get(name)
if pwu==password:
messagebox.showinfo("提示","已登录成功")
else:
messagebox.showerror("错误","密码或用户名不存在或不一致")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment