fix: 自定义标签

This commit is contained in:
2026-03-03 15:36:57 +08:00
parent f935832c9e
commit fe4e742551
14 changed files with 7596 additions and 773 deletions

View File

@@ -822,6 +822,46 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: () => import('@/views/ydoyun/report/lijun/reportpage6/detail.vue')
}
]
},
{
path: '/ydoyuntag',
component: Layout,
name: 'YdoyunTag',
meta: {
hidden: true
},
children: [
{
path: 'product-custom-tag',
name: 'ProductCustomTag',
meta: {
title: '产品标签',
noCache: true,
canTo: true
},
component: () => import(/* webpackChunkName: "product-custom-tag" */ '@/views/ydoyun/productcustomtag/index.vue')
},
{
path: 'store-custom-tag',
name: 'StoreCustomTag',
meta: {
title: '店铺标签',
noCache: true,
canTo: true
},
component: () => import(/* webpackChunkName: "store-custom-tag" */ '@/views/ydoyun/storecustomtag/index.vue')
},
{
path: 'supplier-custom-tag',
name: 'SupplierCustomTag',
meta: {
title: '供货商标签',
noCache: true,
canTo: true
},
component: () => import(/* webpackChunkName: "supplier-custom-tag" */ '@/views/ydoyun/suppliercustomtag/index.vue')
}
]
}
]