接口注释

This commit is contained in:
joylink_fanyuhong 2020-05-10 21:52:13 +08:00
parent 5e142ae5b3
commit 390af69821
3 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@
type:type, type:type,
param:param param:param
}; };
sendSimulationCommand(this.group,command); // sendSimulationCommand(this.group,command);
}else{ }else{
} }

View File

@ -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{
} }

View File

@ -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',