Flex
2025-06-09 f3fca9c2b9d2a08f1b36ef25af7dcac5dbed5c4b
修改声音选取
已修改1个文件
13 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -1191,12 +1191,13 @@
    model: selectList.value !== undefined ? selectList.value : '' //声音模型
  }
  SoundTool.value = false
  rightTools.forEach((child) => {
    if (child.name == '声音' || child.name == 'sound') {
      child.isActive = false
    }
  })
  // SoundTool.value = false
  // rightTools.forEach((child) => {
  //   if (child.name == '声音' || child.name == 'sound') {
  //     child.isActive = false
  //   }
  // })
}
// 鼠标移入与移出
const handleMouseenter = (item) => {