fix(routing): 默认进入审核聊天工作台

This commit is contained in:
2026-06-04 08:47:27 +08:00
parent e701b4502e
commit 5aa7b5f3d0
2 changed files with 6 additions and 3 deletions

View File

@@ -360,13 +360,13 @@
<body>
<header class="topbar">
<div class="topbar-inner">
<div class="brand">
<a class="brand" href="{% url 'chat:index' %}">
<div class="brand-mark">RA</div>
<div>
<h1>注册审核智能体平台</h1>
<p>极简后台原型</p>
</div>
</div>
</a>
<nav class="topnav">
<a href="{% url 'chat:index' %}"{% if request.resolver_match.namespace == 'chat' %} class="active"{% endif %}>审核智能体</a>
<a href="{% url 'documents:list' %}"{% if request.resolver_match.namespace == 'documents' %} class="active"{% endif %}>资料包</a>