fix: 提交标签同步

This commit is contained in:
2026-03-09 16:55:28 +08:00
parent 39246c9483
commit fccdcaf89a
11 changed files with 570 additions and 109 deletions

View File

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