From 3c08352dd9da29bf234d2144253a5ec060a91c95 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/api_docs.html | 61 ++++++++++++++++--------- 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/admin/dashboard/templates/api_docs.html b/admin/dashboard/templates/api_docs.html index caa4ceb..8861eec 100644 --- a/admin/dashboard/templates/api_docs.html +++ b/admin/dashboard/templates/api_docs.html @@ -3,20 +3,15 @@ {% block title %}接口文档 - 机器人管理后台{% endblock %} {% block content %} - -
- - - -
- 接口文档 -
-
- -
-
-
-
+
+ +
+ 接口文档 +
+
+ +
+
{% endblock %} @@ -27,27 +22,49 @@ mixins: [baseApp], data() { return { - // 设置当前菜单项 - currentView: '13' // 使用一个新的索引,确保在菜单中能正确高亮 + currentView: '13', + showTimeRangeSelector: false } }, mounted() { - // 页面加载时设置当前视图 this.currentView = '13'; } }); {% endblock %} \ No newline at end of file