feature: 用户管理

This commit is contained in:
zhengxinonly
2023-10-29 15:19:14 +08:00
parent 6daad895b4
commit 261ac32825
7 changed files with 333 additions and 8 deletions
+5
View File
@@ -16,3 +16,8 @@ def role_view():
@views_bp.get("/department")
def department_view():
return render_template("views/department/index.html")
@views_bp.get("/user")
def user_view():
return render_template("views/user/index.html")