easegen-front/src/views/chooseTemplate/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) => {