zydx-plus 1.32.260 → 1.32.261

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": "zydx-plus",
3
- "version": "1.32.260",
3
+ "version": "1.32.261",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -488,10 +488,10 @@ export default {
488
488
  token = sessionStorage.getItem('sessionId')
489
489
  }
490
490
  const xhr = new XMLHttpRequest()
491
- xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
492
- xhr.setRequestHeader('Authorization', 'dd9fabcd-ca68-4f1a-97f0-21a66628207d')
493
- // xhr.open('GET', '/zydx/voice/getDesKeyId')
494
- // xhr.setRequestHeader('Authorization', token)
491
+ // xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
492
+ // xhr.setRequestHeader('Authorization', 'dd9fabcd-ca68-4f1a-97f0-21a66628207d')
493
+ xhr.open('GET', '/zydx/voice/getDesKeyId')
494
+ xhr.setRequestHeader('Authorization', token)
495
495
  this.error = true
496
496
  xhr.onreadystatechange = () => {
497
497
  if (xhr.readyState === 4) {
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.260',
82
+ version: '1.32.261',
83
83
  install,
84
84
  Calendar,
85
85
  Message,