From a11f44664f6650ff533a7f17db6ddb1e8c42eb79 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:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9FASIN=E5=8F=98=E4=BD=93?= =?UTF-8?q?=E9=87=87=E9=9B=86=E5=85=A5=E5=8F=A3=EF=BC=8C=E4=BB=85=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E5=8F=98=E4=BD=93=E5=88=86=E6=9E=90=E7=A7=BB=E9=99=A4?= 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 deletion(-) diff --git a/frontend-vue/src/pages/brand/components/BrandTopBar.vue b/frontend-vue/src/pages/brand/components/BrandTopBar.vue index af627b61..26cdc66d 100644 --- a/frontend-vue/src/pages/brand/components/BrandTopBar.vue +++ b/frontend-vue/src/pages/brand/components/BrandTopBar.vue @@ -95,7 +95,6 @@ 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' },