mirror of
https://github.com/hequan2017/seal.git
synced 2026-07-17 03:20:19 +08:00
动态菜单
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.urls import path
|
||||
from system.views import login_view, UserPasswordUpdateView, logout_view, UserInfo, UserLogout
|
||||
from system.views import login_view, UserPasswordUpdateView, logout_view, UserInfo, UserLogout,MockMenu
|
||||
|
||||
app_name = "system"
|
||||
|
||||
@@ -10,5 +10,6 @@ urlpatterns = [
|
||||
|
||||
|
||||
path('api/user_info', UserInfo.as_view()),
|
||||
path('api/logout', UserLogout.as_view())
|
||||
path('api/logout', UserLogout.as_view()),
|
||||
path('mock_menu',MockMenu.as_view())
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user