Skip to content

Commit

Permalink
图标干掉自动刷新 fix #829
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Dec 30, 2024
1 parent 1291ef4 commit 7d18ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webui/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down

0 comments on commit 7d18ca9

Please sign in to comment.