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' },