fix: 修改工作台不去除监听的问题

This commit is contained in:
奔跑的面条 2022-10-27 19:38:58 +08:00
parent f969c25f84
commit 8bf439d726

View File

@ -12,7 +12,8 @@ const chartRoutes: RouteRecordRaw = {
component: importPath['ChartEnum.CHART_HOME_NAME'],
meta: {
title: '工作空间',
isRoot: true
isRoot: true,
noKeepAlive: true,
}
}