fix: 提交标签同步
This commit is contained in:
@@ -831,6 +831,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
hidden: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'custom-tag',
|
||||
name: 'CustomTag',
|
||||
meta: {
|
||||
title: '定制标签',
|
||||
noCache: true,
|
||||
canTo: true
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "custom-tag" */ '@/views/ydoyun/customtag/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'product-custom-tag',
|
||||
name: 'ProductCustomTag',
|
||||
|
||||
Reference in New Issue
Block a user