From 6a475521b957b2c3a68ee950704f8f1948bd6cf9 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 09 一月 2025 18:28:59 +0800
Subject: [PATCH] 最新值查询修改

---
 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