接口注释
This commit is contained in:
parent
5e142ae5b3
commit
390af69821
@ -186,7 +186,7 @@
|
|||||||
type:type,
|
type:type,
|
||||||
param:param
|
param:param
|
||||||
};
|
};
|
||||||
sendSimulationCommand(this.group,command);
|
// sendSimulationCommand(this.group,command);
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { sendSimulationCommand } from '@/api/simulation.js';
|
// import { sendSimulationCommand } from '@/api/simulation.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'RightPane',
|
name: 'RightPane',
|
||||||
@ -154,7 +154,7 @@
|
|||||||
type: type,
|
type: type,
|
||||||
param: param
|
param: param
|
||||||
};
|
};
|
||||||
sendSimulationCommand(this.group,command);
|
// sendSimulationCommand(this.group,command);
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { sendSimulationCommand } from '@/api/simulation.js';
|
// import { sendSimulationCommand } from '@/api/simulation.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'TopRightPane',
|
name: 'TopRightPane',
|
||||||
|
Loading…
Reference in New Issue
Block a user