diff --git a/src/api/spring/avatar/category.js b/src/api/spring/avatar/category.js
index 682f070..94d7d09 100644
--- a/src/api/spring/avatar/category.js
+++ b/src/api/spring/avatar/category.js
@@ -8,6 +8,13 @@ export function getList(data) {
})
}
+export function getAll() {
+ return request({
+ url: '/management/api/spring/avatar-category/all',
+ method: 'get',
+ })
+}
+
export function doAdd(data) {
return request({
url: '/management/api/spring/avatar-category',
diff --git a/src/views/spring/avatar/systemAvatar/components/AppManagementEdit.vue b/src/views/spring/avatar/systemAvatar/components/AppManagementEdit.vue
index 47fcf73..c4df2fe 100644
--- a/src/views/spring/avatar/systemAvatar/components/AppManagementEdit.vue
+++ b/src/views/spring/avatar/systemAvatar/components/AppManagementEdit.vue
@@ -9,6 +9,11 @@
@upload-success="handleUploadSuccess"
/>
+
+
+
+
+
@@ -26,6 +31,7 @@