From 9ba718121235282fa7bde6aa2349439a0b0d43b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Mon, 24 Aug 2026 23:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=8F=98=E4=BD=93=E5=88=86?= =?UTF-8?q?=E6=9E=90=E6=94=B9=E4=B8=BAASIN=E5=8F=98=E4=BD=93=E9=87=87?= =?UTF-8?q?=E9=9B=86=E5=85=A5=E5=8F=A3=EF=BC=8C=E4=BF=AE=E5=A4=8DAiAssetDr?= =?UTF-8?q?opzone=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend-vue/src/pages/brand/components/BrandTopBar.vue | 1 + .../src/shared/components/ai-workflow/AiAssetDropzone.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend-vue/src/pages/brand/components/BrandTopBar.vue b/frontend-vue/src/pages/brand/components/BrandTopBar.vue index 26cdc66d..af627b61 100644 --- a/frontend-vue/src/pages/brand/components/BrandTopBar.vue +++ b/frontend-vue/src/pages/brand/components/BrandTopBar.vue @@ -95,6 +95,7 @@ const navGroups: ReadonlyArray = [ items: [ { key: 'collect-data', label: '采集数据', href: '/new_web_source/collect-data.html' }, // { key: 'image-video', label: '视频', href: '/new_web_source/image-video.html' }, + { key: 'variant-collection', label: 'ASIN变体采集', href: '/web_source/variant-collection.html' }, { key: 'brand', label: '品牌检测', href: '/brand' }, { key: 'appearance-patent', label: '外观专利检测', href: '/new_web_source/appearance-patent.html' }, { key: 'similar-asin', label: '货源查询', href: '/new_web_source/similar-asin.html' }, diff --git a/frontend-vue/src/shared/components/ai-workflow/AiAssetDropzone.vue b/frontend-vue/src/shared/components/ai-workflow/AiAssetDropzone.vue index aa6e132e..3adcf513 100644 --- a/frontend-vue/src/shared/components/ai-workflow/AiAssetDropzone.vue +++ b/frontend-vue/src/shared/components/ai-workflow/AiAssetDropzone.vue @@ -81,7 +81,7 @@ class="ai-asset-dropzone__url" clearable :placeholder="urlPlaceholder" - @change="(value) => $emit('url-change', value)" + @change="(value: string) => $emit('url-change', value)" @clear="$emit('url-change', '')" />