diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/prod.env.js b/config/prod.env.js index f44bbe4..ff6be60 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,6 +4,6 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - // BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/prod.env.js b/config/prod.env.js index f44bbe4..ff6be60 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,6 +4,6 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - // BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/layout/components/ivr/ivrBar.vue b/src/layout/components/ivr/ivrBar.vue index 636b58c..ebec64f 100644 --- a/src/layout/components/ivr/ivrBar.vue +++ b/src/layout/components/ivr/ivrBar.vue @@ -214,7 +214,7 @@ this.notify = this.$notify({ title: '未接来电', message: this.websocketObj.number, - duration: 0 + duration: 100000 }) } else if (val === 'outbound ringing') { // 外呼振铃后的操作 this.onOutBoundRinging() diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/prod.env.js b/config/prod.env.js index f44bbe4..ff6be60 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,6 +4,6 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - // BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/layout/components/ivr/ivrBar.vue b/src/layout/components/ivr/ivrBar.vue index 636b58c..ebec64f 100644 --- a/src/layout/components/ivr/ivrBar.vue +++ b/src/layout/components/ivr/ivrBar.vue @@ -214,7 +214,7 @@ this.notify = this.$notify({ title: '未接来电', message: this.websocketObj.number, - duration: 0 + duration: 100000 }) } else if (val === 'outbound ringing') { // 外呼振铃后的操作 this.onOutBoundRinging() diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 48875e6..49b46ee 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -114,7 +114,7 @@ // 生产环境不存在跳转到公共登陆平台 const BASE_API = process.env.BASE_API // 如果是开发环境或者不是10.18开头的ip - if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') !== -1) { + if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') === -1) { reject() } else { const systemName = getProject().type diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/prod.env.js b/config/prod.env.js index f44bbe4..ff6be60 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,6 +4,6 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - // BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/layout/components/ivr/ivrBar.vue b/src/layout/components/ivr/ivrBar.vue index 636b58c..ebec64f 100644 --- a/src/layout/components/ivr/ivrBar.vue +++ b/src/layout/components/ivr/ivrBar.vue @@ -214,7 +214,7 @@ this.notify = this.$notify({ title: '未接来电', message: this.websocketObj.number, - duration: 0 + duration: 100000 }) } else if (val === 'outbound ringing') { // 外呼振铃后的操作 this.onOutBoundRinging() diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 48875e6..49b46ee 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -114,7 +114,7 @@ // 生产环境不存在跳转到公共登陆平台 const BASE_API = process.env.BASE_API // 如果是开发环境或者不是10.18开头的ip - if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') !== -1) { + if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') === -1) { reject() } else { const systemName = getProject().type diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue index 4921267..5504a0b 100644 --- a/src/views/caseManage/caseCommon/caseFormProcess.vue +++ b/src/views/caseManage/caseCommon/caseFormProcess.vue @@ -183,7 +183,7 @@ }, // 拨打回访电话 revisit() { - const tel = this.caseForm.reporterPhone + const tel = '9' + this.caseForm.reporterPhone this.$store.dispatch('dial', tel) } } diff --git a/config/dev.env.js b/config/dev.env.js index 2076a83..7675615 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,8 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.212:8083"' - // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://10.18.0.94:8093/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' // BASE_API: '"http://192.168.2.107:20007"' // BASE_API: '"http://192.170.1.102:8093"' diff --git a/config/prod.env.js b/config/prod.env.js index f44bbe4..ff6be60 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,6 +4,6 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - // BASE_API: '"http://139.198.16.38:20007"' + // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' } diff --git a/src/layout/components/ivr/ivrBar.vue b/src/layout/components/ivr/ivrBar.vue index 636b58c..ebec64f 100644 --- a/src/layout/components/ivr/ivrBar.vue +++ b/src/layout/components/ivr/ivrBar.vue @@ -214,7 +214,7 @@ this.notify = this.$notify({ title: '未接来电', message: this.websocketObj.number, - duration: 0 + duration: 100000 }) } else if (val === 'outbound ringing') { // 外呼振铃后的操作 this.onOutBoundRinging() diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 48875e6..49b46ee 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -114,7 +114,7 @@ // 生产环境不存在跳转到公共登陆平台 const BASE_API = process.env.BASE_API // 如果是开发环境或者不是10.18开头的ip - if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') !== -1) { + if (process.env.NODE_ENV === 'development' || BASE_API.search('http://10.18.0.94') === -1) { reject() } else { const systemName = getProject().type diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue index 4921267..5504a0b 100644 --- a/src/views/caseManage/caseCommon/caseFormProcess.vue +++ b/src/views/caseManage/caseCommon/caseFormProcess.vue @@ -183,7 +183,7 @@ }, // 拨打回访电话 revisit() { - const tel = this.caseForm.reporterPhone + const tel = '9' + this.caseForm.reporterPhone this.$store.dispatch('dial', tel) } } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 1920a93..8addc8a 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -61,7 +61,7 @@ title: '待办', dangerouslyUseHTMLString: true, message: message, - duration: 0, + duration: 30000, position: 'bottom-right' }) }