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 @@
-
-