This commit is contained in:
lcw
2025-08-31 22:42:03 +08:00
15 changed files with 418 additions and 574 deletions

View File

@ -616,15 +616,16 @@ export const publicRoutes = [
title: "语义分析",
icon: "article"
}
}, {
path: "/analysisReport",
name: "AnalysisReport",
component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
meta: {
title: "分析报告",
icon: "article"
}
},
// {
// path: "/analysisReport",
// name: "AnalysisReport",
// component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
// meta: {
// title: "分析报告",
// icon: "article"
// }
// },
]
}
]