Переглянути джерело

首页数据分析算质控

yuwandanmian 1 рік тому
батько
коміт
46af2d016e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/layout/components/Sidebar/SidebarItem.vue

+ 1 - 1
src/layout/components/Sidebar/SidebarItem.vue

@@ -53,7 +53,7 @@ export default {
     onMenuClick(menu) {
       // 判断目录是否为质控
       const { title } = menu.meta
-      if (title.includes('质控')) {
+      if (title.includes('质控') || title.includes('首页数据分析')) {
         localStorage.setItem('isControl', true)
       } else {
         localStorage.setItem('isControl', false)