zydx-plus 1.33.374 → 1.33.376
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
|
@@ -480,7 +480,21 @@
|
|
|
480
480
|
isShowScreenLimit: false,
|
|
481
481
|
isShowFunDisable: false,
|
|
482
482
|
isShowVirtualScore: false
|
|
483
|
-
}
|
|
483
|
+
},
|
|
484
|
+
action_scene: {
|
|
485
|
+
actionName: '情景学习',
|
|
486
|
+
endTimeBtn1: '任务截止',
|
|
487
|
+
endTimeBtn2: '任务时长',
|
|
488
|
+
laterScoreBtn: '迟交扣分',
|
|
489
|
+
isShowFinishState: true,
|
|
490
|
+
isShowEndTime: true,
|
|
491
|
+
isShowLaterScore: true,
|
|
492
|
+
isShowReviewObj: true,
|
|
493
|
+
isShowReviewDemand: true,
|
|
494
|
+
isShowScreenLimit: false,
|
|
495
|
+
isShowFunDisable: false,
|
|
496
|
+
isShowVirtualScore: false
|
|
497
|
+
},
|
|
484
498
|
},
|
|
485
499
|
showExamJoinCalenderTime:{
|
|
486
500
|
1: false,
|
|
@@ -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/
|
|
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/
|
|
525
|
+
xhr.open('GET', '/zydx/voice/getVoideKey')
|
|
526
526
|
xhr.setRequestHeader('Authorization', token)
|
|
527
527
|
this.error = true
|
|
528
528
|
xhr.onreadystatechange = () => {
|