wip: 图片裁剪

This commit is contained in:
kailong321200875
2023-11-14 17:59:44 +08:00
parent efc1c25db8
commit 19ccf8b518
7 changed files with 114 additions and 2 deletions

View File

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