音频合成,视频合成

This commit is contained in:
ZLI263
2025-10-06 23:19:05 +08:00
parent f36fc5630c
commit 5f0d5a0daf
5 changed files with 533 additions and 731 deletions

View File

@@ -30,6 +30,7 @@ import Layout from '@/layout'
静态路由constantRoutes 菜单内容是前端写死
动态路由: 菜单内容是动态获取
*/
// 静态路由
export const constantRoutes = [
{
path: '/login',
@@ -263,4 +264,7 @@ export function resetRouter() {
router.matcher = newRouter.matcher // reset router
}
// 动态路由(异步路由)
export const asyncRoutes = []
export default router