console.log(JSON.stringify([
{
label: "数据图表",
key: "dataAnalysis_dataChart",
icon: "AreaChartOutlined",
disabled: false,
onlyAdmin: "0",
parentPathName: "",
number: 1,
childrenPathName: [],
moudel: "dataAnalysis",
requestList: [{ label: "数据分析数据1", value: "/数据分析数据1" }]
},
{
label: "数据督导",
key: "dataAnalysis_dataSupervision",
icon: "RadarChartOutlined",
disabled: false,
onlyAdmin: "0",
parentPathName: "",
number: 1,
childrenPathName: [],
moudel: "dataAnalysis",
requestList: [{ label: "数据分析数据1", value: "/数据分析数据1" }]
},
{
label: "数据研判",
key: "dataAnalysis_dataAnalysis",
icon: "FundOutlined",
disabled: false,
onlyAdmin: "0",
parentPathName: "",
number: 1,
childrenPathName: [],
moudel: "dataAnalysis",
requestList: [{ label: "数据分析数据1", value: "/数据分析数据1" }]
},
{
label: "信息研判",
key: "dataAnalysis_InfoAnalysis",
icon: "DotChartOutlined",
disabled: false,
onlyAdmin: "0",
parentPathName: "",
number: 1,
childrenPathName: [],
moudel: "dataAnalysis",
requestList: [{ label: "数据分析数据1", value: "/数据分析数据1" }]
}
]))