feat: 拓扑图

This commit is contained in:
pengqiao1993
2025-11-03 13:45:18 +08:00
parent a1830ec4bf
commit 6b4e5cd036
7 changed files with 3824 additions and 81 deletions

View File

@ -52,10 +52,24 @@
</view>
<view class="box">
<Section title="测试" />
<ceshi-t />
<Section title="测试01" />
<view class="marginT20">
<ceshi-t />
</view>
</view>
<view class="box">
<Section title="测试02" />
<view class="marginT20">
<ceshi-l />
</view>
</view>
<view class="box">
<Section title="测试03" />
<!-- 当前组件有数据处理示例 -->
<view class="marginT20">
<ceshi-s />
</view>
</view>
<view v-if="topologyType === 9" class="box">
<Section :title="$t('homePage.home.deviceMonitor')" />
<devicemonitoring ref="deviceFire" />
@ -122,6 +136,8 @@
import charts from "@/components/charts/index";
import cixi from './components/topology/cixi'
import ceshiT from './components/topology/ceshiT.vue'
import ceshiL from './components/topology/ceshiL.vue'
import ceshiS from './components/topology/ceshiS.vue'
import weishanhu from './components/topology/weishanhu.vue'
import sanmenxia from './components/topology/sanmenxia.vue'
import lingchao from './components/topology/lingchao.vue'
@ -148,6 +164,8 @@
export default {
components: {
ceshiT,
ceshiL,
ceshiS,
myGrid,
stationDropdow,
Section,