浏览代码

修改需求

bill 2 年之前
父节点
当前提交
3d549b98c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/scene/content.tsx

+ 1 - 1
src/views/scene/content.tsx

@@ -72,7 +72,7 @@ export const SceneTabContent = ({type}: {type: SceneType}) => {
       const actions = getSceneActions(scene)
       
       if (scene.type === SceneType.SWKK) {
-        actions.push({ text: '仿真', action: () => {} })
+        // actions.push({ text: '仿真', action: () => {} })
       } else if (scene.type === SceneType.SWMX && scene.status !== ModelSceneStatus.RUN) {
         actions.push({ 
           text: '删除',