From a50f2c4bbbb138a8005e438e8810ee5f921ef521 Mon Sep 17 00:00:00 2001 From: keting lu Date: Thu, 17 Oct 2024 10:40:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=A8=E9=87=8F=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes.js b/frontend/src/routes.js index ee64b08..0bf74c8 100644 --- a/frontend/src/routes.js +++ b/frontend/src/routes.js @@ -26,7 +26,7 @@ const routes = [ path: '/logs/full', name: '全量日志', element: FullLogsPage, - hideSystemTimeRangePicker: true, + // hideSystemTimeRangePicker: true, }, { path: '/trace', name: '链路追踪', element: TracePage, hideSystemTimeRangePicker: true }, { path: '/basic-dashboard', name: '应用基础设施大盘', element: BasicDashboard },