feature:nps作答,分析

This commit is contained in:
王博冉
2023-06-07 10:58:01 +08:00
parent 32d984d0dd
commit ce2225887f
14 changed files with 1350 additions and 35 deletions

View File

@@ -232,6 +232,11 @@ const constantRoutes = [
path: "q3d",
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/kndiagram/questions/q3d"),
},
{
name: "NPS分析",
path: "nps",
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/kndiagram/questions/nps"),
},
],
// {
// name: "分析模型",