From ea0a319c274d12b9e9b26f8fc194dd8d7791fd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Thu, 27 Aug 2026 05:10:51 -0400 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=89=8C=E9=A1=B5=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E8=8F=9C=E5=8D=95=E6=96=B0=E5=A2=9E=E3=80=8C?= =?UTF-8?q?ASIN=E5=8F=98=E4=BD=93=E9=87=87=E9=9B=86=E3=80=8D=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend-vue/src/pages/brand/components/BrandTopBar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend-vue/src/pages/brand/components/BrandTopBar.vue b/frontend-vue/src/pages/brand/components/BrandTopBar.vue index 26cdc66d..16b4d052 100644 --- a/frontend-vue/src/pages/brand/components/BrandTopBar.vue +++ b/frontend-vue/src/pages/brand/components/BrandTopBar.vue @@ -94,6 +94,7 @@ const navGroups: ReadonlyArray = [ label: '前端工具', items: [ { key: 'collect-data', label: '采集数据', href: '/new_web_source/collect-data.html' }, + { key: 'variant-collection', label: 'ASIN变体采集', href: '/web_source/variant-collection.html' }, // { key: 'image-video', label: '视频', href: '/new_web_source/image-video.html' }, { key: 'brand', label: '品牌检测', href: '/brand' }, { key: 'appearance-patent', label: '外观专利检测', href: '/new_web_source/appearance-patent.html' },