fanghuisheng 3 лет назад
Родитель
Сommit
30f0fd5dda
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/layout/vab-menu/index.vue

+ 1 - 0
src/layout/vab-menu/index.vue

@@ -28,6 +28,7 @@ export default {
       const { meta, path } = route
       // if set path, the sidebar will highlight the path you set
       if (meta.activeMenu) {
+        console.log(meta.activeMenu)
         return meta.activeMenu
       }
       return path