feat: 3d场景分析初始化

This commit is contained in:
wanganmao
2022-10-18 11:03:54 +08:00
parent 5886970f40
commit b6c3629b6c
3 changed files with 23 additions and 0 deletions

View File

@@ -193,6 +193,11 @@ const constantRoutes = [
path: "mxd",
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/kndiagram/questions/mxd"),
},
{
name: "3D场景分析",
path: "q3d",
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/kndiagram/questions/q3d"),
},
],
// {
// name: "分析模型",