添加退出登录,菜单改为后端api

This commit is contained in:
xie7654
2025-07-01 20:43:50 +08:00
parent 7273ee275b
commit 61fb71133d
8 changed files with 58 additions and 23 deletions

View File

@@ -18,4 +18,5 @@ urlpatterns = [
path('login/', views.user.UserLogin.as_view()),
path('info/', views.user.UserInfo.as_view()),
path('codes/', views.user.Codes.as_view()),
path('logout/', views.user.Logout.as_view()),
]