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: "分析模型",

View File

@@ -66,6 +66,11 @@ export default defineComponent({
// name: "市场模拟",
// path: "/survey/analyse/kndiagram/index",
// }
{
name: '3D场景分析',
icon:'',
path: '/survey/analyse/kndiagram/q3d'
},
]
},
{

View File

@@ -0,0 +1,13 @@
<template>
<div>test</div>
</template>
<script>
export default {
}
</script>
<style>
</style>