From 5acf3c79ed1cea01b6d426456a1f68f35ff1aec2 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 22:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=93=81=E7=89=8C=E9=A1=B5?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E7=9A=84=E5=8F=98=E4=BD=93=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=85=A5=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 deletion(-) diff --git a/frontend-vue/src/pages/brand/components/BrandTopBar.vue b/frontend-vue/src/pages/brand/components/BrandTopBar.vue index 87b61e71..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', label: '变体分析' }, { 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' },