zydx-plus 1.33.374 → 1.33.375

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.33.374",
3
+ "version": "1.33.375",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -3212,7 +3212,7 @@ export default {
3212
3212
  const xhr = new XMLHttpRequest()
3213
3213
  // xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
3214
3214
  // xhr.setRequestHeader('Authorization', '4a7ab02c-11b7-420f-bf85-ac5549b2aa81')
3215
- xhr.open('GET', '/zydx/voice/getDesKeyId')
3215
+ xhr.open('GET', '/zydx/voice/getVoideKey')
3216
3216
  xhr.setRequestHeader('Authorization', token)
3217
3217
  this.error = true
3218
3218
  xhr.onreadystatechange = () => {
@@ -522,7 +522,7 @@ export default {
522
522
  const xhr = new XMLHttpRequest()
523
523
  // xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
524
524
  // xhr.setRequestHeader('Authorization', '7a129186-7e51-431d-b965-735dfed8e459')
525
- xhr.open('GET', '/zydx/voice/getDesKeyId')
525
+ xhr.open('GET', '/zydx/voice/getVoideKey')
526
526
  xhr.setRequestHeader('Authorization', token)
527
527
  this.error = true
528
528
  xhr.onreadystatechange = () => {
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.374',
86
+ version: '1.33.375',
87
87
  install,
88
88
  Calendar,
89
89
  Message,