|
@@ -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: '删除',
|