fix: 自定义标签
This commit is contained in:
@@ -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')
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user