From e446a0f0d95283a1c2c44a1f4ef7ac512fdf11ca Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 22 一月 2026 13:37:55 +0800
Subject: [PATCH] 湟水峡 1.发货分开类型货车和快递

---
 src/components/ImageUpload/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
index 9670c72..771f457 100644
--- a/src/components/ImageUpload/index.vue
+++ b/src/components/ImageUpload/index.vue
@@ -47,6 +47,8 @@
 </template>
 
 <script setup>
+import { ref, computed, watch, getCurrentInstance, onMounted, nextTick } from "vue";
+import { Plus } from "@element-plus/icons-vue";
 import { getToken } from "@/utils/auth";
 import { isExternal } from "@/utils/validate";
 import Sortable from "sortablejs";

--
Gitblit v1.9.3