兰宝车间质量管理系统-前端
dap
2024-06-30 e657a507e3b85d65efb05bf156efef6d7c423781
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);