bugfix 修复子菜单选中时,父菜单也高亮的问题

This commit is contained in:
YunaiV
2024-02-29 23:37:25 +08:00
parent 3be088e370
commit db106834a7
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { defineStore } from 'pinia'
import { store } from '../index'
import { store } from '@/store'
import { cloneDeep } from 'lodash-es'
import remainingRouter from '@/router/modules/remaining'
import { flatMultiLevelRoutes, generateRoute } from '@/utils/routerHelper'