Explorar el Código

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

奔跑的面条 hace 3 años
padre
commit
8bf439d726
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/router/modules/chart.route.ts

+ 2 - 1
src/router/modules/chart.route.ts

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