diff --git a/src/components/BatchImageAdd/index.vue b/src/components/BatchImageAdd/index.vue index 817b5f3..7b35094 100644 --- a/src/components/BatchImageAdd/index.vue +++ b/src/components/BatchImageAdd/index.vue @@ -25,7 +25,18 @@ - + + + + @@ -52,6 +63,10 @@ type: Boolean, default: false, }, + typeList: { + type: Array, + default: () => [], + }, }, data() { return { diff --git a/src/views/spring/wallpaper/system/components/AppManagementEdit.vue b/src/views/spring/wallpaper/system/components/AppManagementEdit.vue index 29e5af4..9223286 100644 --- a/src/views/spring/wallpaper/system/components/AppManagementEdit.vue +++ b/src/views/spring/wallpaper/system/components/AppManagementEdit.vue @@ -2,8 +2,8 @@ - - + + diff --git a/src/views/spring/wallpaper/system/index.vue b/src/views/spring/wallpaper/system/index.vue index 16684bd..00e5b66 100644 --- a/src/views/spring/wallpaper/system/index.vue +++ b/src/views/spring/wallpaper/system/index.vue @@ -3,6 +3,7 @@ 添加 + 批量添加 @@ -18,7 +19,7 @@ - +