Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
邓洁
2023-12-22 16:08:34 +08:00
14 changed files with 503 additions and 287 deletions

View File

@@ -25,7 +25,7 @@
</div>
</div>
<!-- 这里就导入正常的编辑模式就是我们之前写的部分 -->
<tunnel-scene id="tunnel-box" :isedit="true" />
<tunnel-scene id="tunnel-box" :isedit="true" :tunnelId="tunnelId" />
</div>
</template>
<script setup>