wangjuncheng
2025-04-15 65dc7a8dab046264766f7ae32070ded7bf34e6fe
src/views/left/Left.vue
@@ -35,7 +35,7 @@
    </div>
  </div>
  <div class="left" v-show="showAddIns">
    <simulation @start="start" @end="end"/>
    <simulation @start="start" @end="end" @back="handleBack" />
  </div>
</template>
@@ -306,7 +306,9 @@
  // currentMock.value = mock.name;
  showAddIns.value = true;
}
function handleBack(value) {
  showAddIns.value = false; // 隐藏子组件
}
function initDevicePoint() {
  list.forEach((item) => {
    item.id = item.id + item.alias;