wip: Waterfall

This commit is contained in:
kailong321200875
2023-09-27 17:55:12 +08:00
parent 6232602892
commit 5f751b86ba
9 changed files with 85 additions and 17 deletions

View File

@@ -326,6 +326,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.inputPassword')
}
},
{
path: 'waterfall',
component: () => import('@/views/Components/Waterfall.vue'),
name: 'waterfall',
meta: {
title: t('router.waterfall')
}
}
]
},