From 7d18ca9c60bfb1af15669482a5e2ad23c2ea0be0 Mon Sep 17 00:00:00 2001 From: Gaojianli Date: Mon, 30 Dec 2024 13:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=B9=B2=E6=8E=89=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=B7=E6=96=B0=20fix=20#829?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/src/router/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/src/router/index.ts b/webui/src/router/index.ts index 45600787c..e99f4baed 100644 --- a/webui/src/router/index.ts +++ b/webui/src/router/index.ts @@ -178,7 +178,8 @@ export const routerOptions: RouteRecordRaw[] = [ name: 'charts', meta: { label: 'router.metrics.charts', - needLogin: true + needLogin: true, + disableAutoUpdate: true }, component: () => import('@/views/charts/index.vue') },