feat: 添加敏感词过滤功能示例

This commit is contained in:
xiaoxian521
2023-06-21 14:58:34 +08:00
parent c354ba0bcd
commit 861a93684d
6 changed files with 64 additions and 0 deletions

View File

@@ -146,6 +146,15 @@ export default {
meta: {
title: $t("menus.hsInfiniteScroll")
}
},
{
path: "/able/sensitive",
name: "Sensitive",
component: () => import("@/views/able/sensitive.vue"),
meta: {
title: $t("menus.hsSensitive"),
extraIcon: "IF-pure-iconfont-new svg"
}
}
]
} as RouteConfigsTable;