diff --git a/config/prod.env.js b/config/prod.env.js index e132fd6..49ff2d2 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -5,6 +5,7 @@ // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/config/prod.env.js b/config/prod.env.js index e132fd6..49ff2d2 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -5,6 +5,7 @@ // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/views/monitor/realtimeMonitor/components/callStatics.vue b/src/views/monitor/realtimeMonitor/components/callStatics.vue index 84c0ad2..c158fc7 100644 --- a/src/views/monitor/realtimeMonitor/components/callStatics.vue +++ b/src/views/monitor/realtimeMonitor/components/callStatics.vue @@ -79,7 +79,7 @@ this.fetchData() }, fetchData() { - this.listLoading = true + // this.listLoading = true callInOutStatistics(this.query).then(response => { this.data = [response.data] this.listLoading = false diff --git a/config/prod.env.js b/config/prod.env.js index e132fd6..49ff2d2 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -5,6 +5,7 @@ // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/views/monitor/realtimeMonitor/components/callStatics.vue b/src/views/monitor/realtimeMonitor/components/callStatics.vue index 84c0ad2..c158fc7 100644 --- a/src/views/monitor/realtimeMonitor/components/callStatics.vue +++ b/src/views/monitor/realtimeMonitor/components/callStatics.vue @@ -79,7 +79,7 @@ this.fetchData() }, fetchData() { - this.listLoading = true + // this.listLoading = true callInOutStatistics(this.query).then(response => { this.data = [response.data] this.listLoading = false diff --git a/src/views/monitor/realtimeMonitor/realtimeMonitor.vue b/src/views/monitor/realtimeMonitor/realtimeMonitor.vue index 864f275..3d73a10 100644 --- a/src/views/monitor/realtimeMonitor/realtimeMonitor.vue +++ b/src/views/monitor/realtimeMonitor/realtimeMonitor.vue @@ -2,18 +2,18 @@