兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-21 7a335b3438b9bf1bdbe953793bd02468fd231c1b
src/components/TopNav/index.vue
@@ -84,7 +84,10 @@
// 默认激活的菜单
const activeMenu = computed(() => {
  const path = route.path;
  let path = route.path;
  if (path === '/index') {
    path = '/system/user';
  }
  let activePath = path;
  if (path !== undefined && path.lastIndexOf('/') > 0 && hideList.indexOf(path) === -1) {
    const tmpPath = path.substring(1, path.length);