fix: 俱乐部角色ORM过滤+商家订单权限002ab/003aa+legacy兜底+perm-debug
This commit is contained in:
@@ -48,6 +48,7 @@ from jituan.views import (
|
||||
ClubHuiyuanStatsView,
|
||||
ClubKefuLoginView,
|
||||
ClubKefuMenuAccessView,
|
||||
ClubPermDebugView,
|
||||
ClubListView,
|
||||
ClubMeContextView,
|
||||
ClubOrderFinanceView,
|
||||
@@ -96,6 +97,7 @@ urlpatterns = [
|
||||
path('auth/kefu-login', ClubKefuLoginView.as_view(), name='jituan_kefu_login'),
|
||||
path('auth/me-context', ClubMeContextView.as_view(), name='jituan_me_context'),
|
||||
path('auth/menu-access', ClubKefuMenuAccessView.as_view(), name='jituan_menu_access'),
|
||||
path('auth/perm-debug', ClubPermDebugView.as_view(), name='jituan_perm_debug'),
|
||||
path('auth/dashou-register', ClubDashouRegisterView.as_view(), name='jituan_dashou_register'),
|
||||
path('houtai/club-manage', ClubManageView.as_view(), name='jituan_club_manage'),
|
||||
path('houtai/admin-assignments', ClubAdminAssignmentListView.as_view(), name='jituan_admin_assignments'),
|
||||
|
||||
Reference in New Issue
Block a user