驾驶台弹框调整

This commit is contained in:
joylink_zhaoerwei 2024-04-09 10:28:37 +08:00
parent d726b1ac76
commit 4c9a9b29b7
4 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,6 @@
transitionShow="jump-up"
transitionHide="jump-down"
class="column"
persistent
>
<q-card
:style="{

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,7 @@ 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;
const driverKeyType = tccKey?.datas.code == 'SKQYS1' ? 0 : 1;
tccOperation({
simulationId,
trainId: tccId + '',

View File

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