diff --git a/src/router/index.js b/src/router/index.js index 98e4b3d..6666f30 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -207,6 +207,12 @@ export const asyncRoutes = [ component: () => import('@/views/spring/avatar/systemAvatar/index'), meta: { title: '系统头像' }, }, + { + path: 'avatarCategory', + name: 'AvatarCategory', + component: () => import('@/views/spring/avatar/category/index'), + meta: { title: '头像类型' }, + }, { path: 'avatarFrame', name: 'AvatarFrame', diff --git a/src/views/spring/avatar/category/components/AvatarCategoryEdit.vue b/src/views/spring/avatar/category/components/AvatarCategoryEdit.vue new file mode 100644 index 0000000..66d5813 --- /dev/null +++ b/src/views/spring/avatar/category/components/AvatarCategoryEdit.vue @@ -0,0 +1,78 @@ + + + diff --git a/src/views/spring/avatar/category/index.vue b/src/views/spring/avatar/category/index.vue new file mode 100644 index 0000000..794f044 --- /dev/null +++ b/src/views/spring/avatar/category/index.vue @@ -0,0 +1,172 @@ + + + + +