| | |
| | | DynamicMap: () => import("@/components/props/bottom"), //态势图动态播放 |
| | | freeAnalyse: () => import("@/components/props/freeAnalyse"), //空闲资源展示 |
| | | moreTZ: () => import("@/components/props/moreTZ"), //空闲资源展示 |
| | | // SurprisePlus |
| | | showMilitaryPlot: () => import("@/components/props/militaryPlot"),//军事标绘 |
| | | situationComparison: () => import("@/components/props/situationComparison"),//态势对比 |
| | | occupancyAnalysis: () => import("@/components/props/occupancyAnalysis"), //频谱占用度分析 |
| | | |
| | | densityAnalysis: () => import("@/components/props/densityAnalysis"), //用频密度分析 |
| | | }, |
| | | }); |
| | | }, |