feat: 收口审核指挥台旧入口到 Agent 原型页
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
from django.shortcuts import redirect, render
|
||||
|
||||
from .services import build_knowledge_base_context, get_platform_demo_context
|
||||
|
||||
@@ -19,8 +19,7 @@ def skill_studio(request):
|
||||
|
||||
|
||||
def command_center(request):
|
||||
context = get_platform_demo_context()
|
||||
return render(request, "platform_ui/command_center.html", context)
|
||||
return redirect("platform_ui:command-center-v2")
|
||||
|
||||
|
||||
def command_center_v2(request):
|
||||
|
||||
Reference in New Issue
Block a user