Commit 280bdd98 by BellCodeEditor

save project

parent 51540680
Showing with 2 additions and 4 deletions
...@@ -35,8 +35,6 @@ def register(): # 注册验证 ...@@ -35,8 +35,6 @@ def register(): # 注册验证
messagebox.showinfo("成功", "注册成功") messagebox.showinfo("成功", "注册成功")
reg_to_login() reg_to_login()
def login(): # 登录验证 def login(): # 登录验证
name, password = app_login.get_input() name, password = app_login.get_input()
pwd = users.get(name) pwd = users.get(name)
......
{"admin": "admin", "python": "123456", "jjjkk": "123", "1": "1"} {"admin": "admin", "python": "123456"}
\ No newline at end of file \ No newline at end of file
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