This commit is contained in:
2025-03-11 09:46:52 +08:00
parent 31a2667f8b
commit 9ffe64dd44
7 changed files with 192 additions and 8 deletions

View File

@@ -22,6 +22,13 @@ const mockRoutes = [
}
]
},
{
path: 'communication-center',
name: 'communication-center',
title: '沟通中心',
icon: '',
component: 'communication-center',
}
];
export default mockRoutes;