Squashed commit of the following:
All checks were successful
CI / Docker-Build (push) Successful in 1m53s

commit 0330c00cbc
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Tue Apr 9 10:33:17 2024 +0800

    钥匙交互传参修改

commit 4c9a9b29b7
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Tue Apr 9 10:28:37 2024 +0800

    驾驶台弹框调整

commit d726b1ac76
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Tue Apr 9 10:08:21 2024 +0800

    所有弹框点击界面不关闭弹框
This commit is contained in:
joylink_zhaoerwei 2024-04-09 10:35:11 +08:00
parent c9a6d91832
commit cbe419e516
3 changed files with 2 additions and 3 deletions

View File

@ -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'; // 测试

View File

@ -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 });

View File

@ -78,6 +78,7 @@
/>
</draggable-dialog>
<draggable-dialog
seamless
v-model="tccStore.isTccDialogOpen"
:width="tccCanvasWidth"
:height="tccCanvasHeight"