@sdk185/sip-phone-sdk26 0.2.39 → 0.2.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdk185/sip-phone-sdk26",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -246,8 +246,8 @@ export default {
246
246
  return {
247
247
  prompt: `${this.$t('serverConnecting')}...`,
248
248
  callPrompt: this.$t('pleaseBePatient'),
249
- chatURL:"https://kefu-gm-jc-dat.boc-samsunglife.cn",// dat环境切换
250
- // chatURL:"https://kefu-gm-jc-uat.boc-samsunglife.cn",// uat环境切换
249
+ // chatURL:"https://kefu-gm-jc-dat.boc-samsunglife.cn",// dat环境切换
250
+ chatURL:"https://kefu-gm-jc-uat.boc-samsunglife.cn",// uat环境切换
251
251
  isCalling: false,
252
252
  showHangup: false,
253
253
  showAudioPlayer: true,