音频合成,视频合成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user