对接行为和身份标签的接口

This commit is contained in:
2025-04-23 14:23:27 +08:00
parent 6c694b52d3
commit aa18dbf3ef
12 changed files with 589 additions and 133 deletions

View File

@ -155,15 +155,6 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/tagManage",
name: "tagManage",
component: () => import("@/views/backOfficeSystem/fourColorManage/tagManage/index"),
meta: {
title: "标签组合管理",
icon: "article"
}
},
{
path: "/BehaviorLabels",
name: "BehaviorLabels",
@ -173,6 +164,15 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/tagManage",
name: "tagManage",
component: () => import("@/views/backOfficeSystem/fourColorManage/tagManage/index"),
meta: {
title: "标签组合管理",
icon: "article"
}
},
],
},