驾驶台弹框调整
This commit is contained in:
parent
d726b1ac76
commit
4c9a9b29b7
@ -7,7 +7,6 @@
|
||||
transitionShow="jump-up"
|
||||
transitionHide="jump-down"
|
||||
class="column"
|
||||
persistent
|
||||
>
|
||||
<q-card
|
||||
:style="{
|
||||
|
@ -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,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 + '',
|
||||
|
@ -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