From b58a4afddab7b485982bd07155ef4cd7cfd92af9 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Wed, 8 Jul 2020 10:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=97=E8=BD=A6=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/baseUrl.js | 4 ++-- src/views/newMap/jointTrainingNew/newChatView/chatBox.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 836771751..778caeb7b 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -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'; // 张赛 diff --git a/src/views/newMap/jointTrainingNew/newChatView/chatBox.vue b/src/views/newMap/jointTrainingNew/newChatView/chatBox.vue index 4b1bcfb61..032e6f43b 100644 --- a/src/views/newMap/jointTrainingNew/newChatView/chatBox.vue +++ b/src/views/newMap/jointTrainingNew/newChatView/chatBox.vue @@ -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) {