fix: 修改工作台不去除监听的问题
This commit is contained in:
parent
f969c25f84
commit
8bf439d726
@ -12,7 +12,8 @@ const chartRoutes: RouteRecordRaw = {
|
|||||||
component: importPath['ChartEnum.CHART_HOME_NAME'],
|
component: importPath['ChartEnum.CHART_HOME_NAME'],
|
||||||
meta: {
|
meta: {
|
||||||
title: '工作空间',
|
title: '工作空间',
|
||||||
isRoot: true
|
isRoot: true,
|
||||||
|
noKeepAlive: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user