fix: fix bug where renderEcharts gets stuck in a dead loop (#7561)

* 触发条件:echart所在页面开启keepalive 在其他页面切换颜色模式
This commit is contained in:
ming4762
2026-02-26 06:21:08 +08:00
committed by GitHub
parent 191fd90f06
commit 45b843f344
2 changed files with 25 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ const routes: RouteRecordRaw[] = [
affixTab: true,
icon: 'lucide:area-chart',
title: $t('page.dashboard.analytics'),
keepAlive: true,
},
},
{