Merge branch 'dev' of https://git.qcloud.com/joylink/jl-nclient into dev
This commit is contained in:
commit
88c1212af0
File diff suppressed because one or more lines are too long
@ -79,6 +79,8 @@ class MouseController extends Eventful {
|
|||||||
if (eventTool.notLeftMouse(e)) {
|
if (eventTool.notLeftMouse(e)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
e.event.preventDefault();
|
||||||
|
e.event.stopPropagation();
|
||||||
const em = new EventModel(e);
|
const em = new EventModel(e);
|
||||||
this.eventTarget = em.eventTarget;
|
this.eventTarget = em.eventTarget;
|
||||||
if (this.eventTarget && this.eventTarget._type === deviceType.Background) {
|
if (this.eventTarget && this.eventTarget._type === deviceType.Background) {
|
||||||
|
@ -158,15 +158,18 @@
|
|||||||
stationOptions:[
|
stationOptions:[
|
||||||
{
|
{
|
||||||
value: 'Station_203_0.07533',
|
value: 'Station_203_0.07533',
|
||||||
label: '通化门站'
|
// label: '通化门站'
|
||||||
},
|
label: '车站一'
|
||||||
{
|
|
||||||
value: 'Station_209_0.95175',
|
|
||||||
label: '后卫寨站'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'Station_207_0.62282',
|
value: 'Station_207_0.62282',
|
||||||
label: '枣园站'
|
// label: '枣园站'
|
||||||
|
label: '车站二'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'Station_209_0.95175',
|
||||||
|
label: '车站三'
|
||||||
|
// label: '后卫寨站'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
stationCode: '',
|
stationCode: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user