Squashed commit of the following:
All checks were successful
CI / Docker-Build (push) Successful in 1m53s
All checks were successful
CI / Docker-Build (push) Successful in 1m53s
commit0330c00cbc
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Tue Apr 9 10:33:17 2024 +0800 钥匙交互传参修改 commit4c9a9b29b7
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Tue Apr 9 10:28:37 2024 +0800 驾驶台弹框调整 commitd726b1ac76
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Tue Apr 9 10:08:21 2024 +0800 所有弹框点击界面不关闭弹框
This commit is contained in:
parent
c9a6d91832
commit
cbe419e516
@ -9,7 +9,7 @@ function getHost(): string {
|
||||
// return '192.168.3.7:9091';
|
||||
// return '192.168.3.47:9091';
|
||||
// return '192.168.3.37:9091';
|
||||
return '192.168.33.207:9091'; // 张骞
|
||||
//return '192.168.33.207:9091'; // 张骞
|
||||
// return '192.168.33.93:9091';
|
||||
// return '192.168.3.37:9091'; //卫志宏
|
||||
// return 'test.joylink.club/bjrtsts-service'; // 测试
|
||||
|
@ -272,7 +272,6 @@ export class TccKeyInteraction extends KeyInteraction<TccKey> {
|
||||
const tccKey = target.getGraphic<TccKey>();
|
||||
if (!tccKey || !simulationId || !mapId) return;
|
||||
const state = tccKey?.state.position == 0 ? true : false;
|
||||
const driverKeyType = tccKey?.datas.code == '司控器钥匙1' ? 0 : 1;
|
||||
tccOperation({
|
||||
simulationId,
|
||||
trainId: tccId + '',
|
||||
@ -280,7 +279,6 @@ export class TccKeyInteraction extends KeyInteraction<TccKey> {
|
||||
controlType: request.TrainControl.TrainControlType.DRIVER_KEY_SWITCH,
|
||||
driverKey: {
|
||||
val: state,
|
||||
dt: driverKeyType,
|
||||
},
|
||||
}).catch((err) => {
|
||||
errorNotify('操作失败', { message: err.origin.response.data.title });
|
||||
|
@ -78,6 +78,7 @@
|
||||
/>
|
||||
</draggable-dialog>
|
||||
<draggable-dialog
|
||||
seamless
|
||||
v-model="tccStore.isTccDialogOpen"
|
||||
:width="tccCanvasWidth"
|
||||
:height="tccCanvasHeight"
|
||||
|
Loading…
Reference in New Issue
Block a user