From 84b354e6c60464d3c9e71b1e386fbd2deb70e970 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期日, 30 六月 2024 11:25:54 +0800
Subject: [PATCH] fix: 联调主场景

---
 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 cfc185a..f73d6be 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -27,6 +27,7 @@
 		isIframe?: boolean;
 		roles?: string[];
 		icon?: string;
+		showTitle?:boolean;
 	}
 }
 

--
Gitblit v1.9.3