服务详情数据

This commit is contained in:
zhaotiantian
2023-11-21 18:25:27 +08:00
parent e73c95296c
commit 086f03d3f6
7 changed files with 144 additions and 10 deletions
+2 -1
View File
@@ -14,7 +14,7 @@
<div class="body-d-left">
<one-l/>
<two-l/>
<two-l/>
<three-l/>
</div>
<div class="body-d-middle">
<china-map />
@@ -31,6 +31,7 @@
import OneL from "../components/body-d-left/oneL.vue";
import TwoL from "../components/body-d-left/twoL.vue";
import ThreeL from "../components/body-d-left/threeL.vue";
import OneR from "../components/body-d-right/oneR.vue";
import TwoR from "../components/body-d-right/twoR.vue";
import ThreeR from "../components/body-d-right/threeR.vue";