fix:菜单栏问题

This commit is contained in:
Maple 2025-08-06 10:05:40 +08:00
parent 69b4bf86bd
commit 864f926f2e
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export const systemRoutes: RouteRecordRaw[] = [
name: 'Organization', name: 'Organization',
component: Layout, component: Layout,
redirect: '/organization/dept', redirect: '/organization/dept',
meta: { title: '组织架构', icon: 'user-group', hidden: false, sort: 2 }, meta: { title: '企业管理', icon: 'user-group', hidden: false, sort: 2 },
children: [ children: [
{ {
path: '/organization/user', path: '/organization/user',

View File

@ -70,6 +70,6 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
import('vue') import('vue')
} }