lcw
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user