|
@@ -271,7 +271,7 @@
|
|
|
<el-radio :label="true">翻转</el-radio>
|
|
<el-radio :label="true">翻转</el-radio>
|
|
|
<el-radio :label="false">不翻转</el-radio>
|
|
<el-radio :label="false">不翻转</el-radio>
|
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
|
- <a class="cursor-pointer" @click="changeNum('shoe_upturn')">测试翻转</a>
|
|
|
|
|
|
|
+ <a class="cursor-pointer" @click="changeNum('overturn_steering')">测试翻转</a>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="LED灯光开光" @change="changeNum('laser_position')">
|
|
<el-form-item label="LED灯光开光" @change="changeNum('laser_position')">
|
|
@@ -774,11 +774,10 @@ async function changeNum(type) {
|
|
|
'turntable_steering': 'turntable_angle',
|
|
'turntable_steering': 'turntable_angle',
|
|
|
'turntable_position_motor': 'turntable_position',
|
|
'turntable_position_motor': 'turntable_position',
|
|
|
'camera_steering': 'camera_angle',
|
|
'camera_steering': 'camera_angle',
|
|
|
- 'shoe_upturn': 'shoe_upturn',
|
|
|
|
|
|
|
+ 'overturn_steering': 'shoe_upturn',
|
|
|
'laser_position': 'led_switch',
|
|
'laser_position': 'led_switch',
|
|
|
'take_picture': 'number_focus',
|
|
'take_picture': 'number_focus',
|
|
|
};
|
|
};
|
|
|
- await socketStore.connectSocket();
|
|
|
|
|
socketStore.sendMessage({
|
|
socketStore.sendMessage({
|
|
|
type: 'control_mcu',
|
|
type: 'control_mcu',
|
|
|
data: {
|
|
data: {
|