Merge branch 'develop' of https://gitea.joylink.club/joylink/rts-sim-testing-client into develop
This commit is contained in:
commit
e83a0211ed
@ -31,7 +31,7 @@ export function getHttpBase() {
|
||||
|
||||
export function getWebsocketUrl() {
|
||||
let protocol = 'ws';
|
||||
let host = '192.168.33.233:9091';
|
||||
let host = '192.168.33.233';
|
||||
// let host = 'test.joylink.club';
|
||||
let port = '8083';
|
||||
let url = `${protocol}://${host}:${port}`;
|
||||
|
@ -120,9 +120,7 @@ import {
|
||||
import { GatedBox, GatedBoxTemplate } from 'src/graphics/gatedBox/GatedBox';
|
||||
import { EsbButton, EsbButtonTemplate } from 'src/graphics/esbButton/EsbButton';
|
||||
import { StopPositionData } from './graphics/StopPositionInteraction';
|
||||
import {
|
||||
SpksSwitchData,
|
||||
} from './graphics/SpksSwitchInteraction';
|
||||
import { SpksSwitchData } from './graphics/SpksSwitchInteraction';
|
||||
import { GatedBoxData } from './graphics/GatedBoxInteraction';
|
||||
import {
|
||||
EsbButtonData,
|
||||
@ -531,7 +529,7 @@ function handleSubscribe(lineScene: IGraphicScene) {
|
||||
msgNotify = Notify.create({
|
||||
type: 'negative',
|
||||
timeout: 0,
|
||||
position: 'top-right',
|
||||
position: 'top',
|
||||
message: '通信链接已断开!',
|
||||
});
|
||||
} else if (msgNotify && connected) {
|
||||
|
@ -159,7 +159,7 @@ function handleSubscribe(relayScene: IGraphicScene) {
|
||||
msgNotify = Notify.create({
|
||||
type: 'negative',
|
||||
timeout: 0,
|
||||
position: 'top-right',
|
||||
position: 'top',
|
||||
message: '通信链接已断开!',
|
||||
});
|
||||
} else if (msgNotify && connected) {
|
||||
|
Loading…
Reference in New Issue
Block a user