From 83a0efac5a8f72b1a8278700a25446c6b03d33ed Mon Sep 17 00:00:00 2001
From: WangLeo <690854599@qq.com>
Date: Thu, 12 Mar 2026 14:33:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0=E5=9B=BE?=
=?UTF-8?q?=E7=89=87=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 2 +-
components.d.ts | 1 -
src/components/UploadPicture.vue | 136 ------------------
.../dialogBox/imageUploader/index.vue | 26 +++-
src/components/dialogBox/index.vue | 2 +-
src/config/runninghub/index.js | 27 +---
src/utils/createTask.js | 4 +-
7 files changed, 28 insertions(+), 170 deletions(-)
delete mode 100644 src/components/UploadPicture.vue
diff --git a/.env.production b/.env.production
index 128bf2f..22963f5 100644
--- a/.env.production
+++ b/.env.production
@@ -14,7 +14,7 @@ VITE_API_PAY_PREFIX = '/pay'
VITE_API_PAY_TARGET = 'https://sxwz.xueai.art' # http://43.248.133.202
# 任务处理模块
-VITE_API_WORKFLOW_UPLOAD = 'https://talkingdraw.xueai.art/aigc/workflow/file/upload' # https://sxwz.xueai.art/workflow https://designtools.xueai.art/workflow
+VITE_API_WORKFLOW_UPLOAD = 'https://designtools.xueai.art/workflow/file/upload' # https://sxwz.xueai.art/workflow https://designtools.xueai.art/workflow
VITE_API_WORKFLOW_WS = 'wss://talkingdraw.xueai.art/testworkflow'
# 是否开启KKFileView
diff --git a/components.d.ts b/components.d.ts
index 6a438bf..8fdf315 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -31,7 +31,6 @@ declare module 'vue' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Select: typeof import('./src/components/Select/index.vue')['default']
- UploadPicture: typeof import('./src/components/UploadPicture.vue')['default']
VirtualScroller: typeof import('./src/components/virtual-scroller/VirtualScroller.vue')['default']
VirtualScrollerItem: typeof import('./src/components/virtual-scroller/VirtualScrollerItem.vue')['default']
}
diff --git a/src/components/UploadPicture.vue b/src/components/UploadPicture.vue
deleted file mode 100644
index 423b562..0000000
--- a/src/components/UploadPicture.vue
+++ /dev/null
@@ -1,136 +0,0 @@
-
-