南京二号线综合演练循环调用调整
This commit is contained in:
parent
2d92bfb4d4
commit
750e0c8a7c
@ -23,8 +23,8 @@ export function handlerUrl(data) {
|
|||||||
let BASE_SITE;
|
let BASE_SITE;
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// const data = null;
|
// const data = null;
|
||||||
BASE_API = 'https://joylink.club/jlcloud';
|
// BASE_API = 'https://joylink.club/jlcloud';
|
||||||
// BASE_API = 'https://test.joylink.club/jlcloud';
|
BASE_API = 'https://test.joylink.club/jlcloud';
|
||||||
// BASE_API = 'http://192.168.3.233/rtss-server';
|
// BASE_API = 'http://192.168.3.233/rtss-server';
|
||||||
// BASE_API = 'http://114.116.51.125/jlcloud';
|
// BASE_API = 'http://114.116.51.125/jlcloud';
|
||||||
// BASE_API = 'http://192.168.3.90:9000'; // 周寅
|
// BASE_API = 'http://192.168.3.90:9000'; // 周寅
|
||||||
|
@ -235,7 +235,12 @@ export default {
|
|||||||
'$store.state.map.mapDataLoadedCount':function(val) {
|
'$store.state.map.mapDataLoadedCount':function(val) {
|
||||||
const roleList = ['STATION_SUPERVISOR', 'STATION_ASSISTANT'];
|
const roleList = ['STATION_SUPERVISOR', 'STATION_ASSISTANT'];
|
||||||
if (roleList.includes(this.$store.state.training.roles)) {
|
if (roleList.includes(this.$store.state.training.roles)) {
|
||||||
this.stationRoleShow(this.showStation);
|
const list = [];
|
||||||
|
const mapDevice = this.$store.state.map.mapDevice;
|
||||||
|
for (const key in mapDevice) {
|
||||||
|
list.push(mapDevice[key]);
|
||||||
|
}
|
||||||
|
this.$jlmap.updateShowMode(list, '02');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'$store.state.map.mapViewLoadedCount': function () { // 地图视图加载完成标识
|
'$store.state.map.mapViewLoadedCount': function () { // 地图视图加载完成标识
|
||||||
|
Loading…
Reference in New Issue
Block a user