From 942a6c795ee7b703ab7eb2dc3e4c6c4c9a9da88a Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 14 二月 2025 15:20:02 +0800 Subject: [PATCH] historyId --- src/router/route.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 5051790..391b276 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -28,6 +28,7 @@ roles?: string[]; icon?: string; showTitle?: boolean; + showBack?:boolean } } -- Gitblit v1.9.3