调整列车过滤

This commit is contained in:
zyy 2020-07-08 10:56:14 +08:00
parent 6a14aaeace
commit b58a4afdda
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ export function getBaseUrl() {
let BASE_API;
if (process.env.NODE_ENV === 'development') {
// 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.5:9000'; // 袁琪
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
BASE_API = 'http://192.168.3.82:9000'; // 杜康
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
// BASE_API = 'http://b29z135112.zicp.vip';
// BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康
// BASE_API = 'http://2i38984j47.qicp.vip'; // 张赛

View File

@ -182,7 +182,7 @@ export default {
this.bottom = this.bottom + object.offsetHeight + objectBottom;
}
},
'$store.state.map.activeTrainListUpdate': function (val) {
'$store.state.map.activeTrainListUpdate': function (val) { //
this.activeTrains = [];
const activeTrainList = this.$store.state.map.activeTrainList;
if (activeTrainList && activeTrainList.length) {
@ -191,7 +191,7 @@ export default {
});
}
if (this.$refs.tree) {
this.$refs.tree.filter(this.queryMember());
this.$refs.tree.filter(this.queryMember);
}
},
'$store.state.training.simulationUserList': function(val) {