This commit is contained in:
lcw
2025-12-26 09:39:22 +08:00
parent 6999c36c3a
commit e59b401828
23 changed files with 1586 additions and 150 deletions

View File

@ -623,6 +623,19 @@ export const publicRoutes = [
name: "dataApplication",
meta: { title: "数据应用", icon: "article" },
children: [
{
path: "/IntegralCoefficient",
name: "IntegralCoefficient",
component: () =>
import(
"@/views/backOfficeSystem/fourColorManage/IntegralCoefficient/index"
),
meta: {
title: "积分系数配置",
icon: "article"
}
},
{
path: "/IdentityManage",
name: "IdentityManage",