feat(ui): 重构注册审核平台原型界面
This commit is contained in:
@@ -55,6 +55,7 @@ INSTALLED_APPS = [
|
||||
"apps.documents",
|
||||
"apps.chat",
|
||||
"apps.audit",
|
||||
"apps.platform_ui",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -11,6 +11,7 @@ urlpatterns = [
|
||||
path("chat/", include("apps.chat.urls")),
|
||||
path("documents/", include("apps.documents.urls")),
|
||||
path("audit/", include("apps.audit.urls")),
|
||||
path("platform/", include("apps.platform_ui.urls")),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user