|
@@ -50,10 +50,10 @@ Vue.mixin({
|
|
|
throw new Error("调用断点续考接口超过次数");
|
|
|
}
|
|
|
|
|
|
- this.$store.commit(
|
|
|
- "updateTimeDifference",
|
|
|
- moment(examingRes.headers.date).diff(moment())
|
|
|
- );
|
|
|
+ // this.$store.commit(
|
|
|
+ // "updateTimeDifference",
|
|
|
+ // moment(examingRes.headers.date).diff(moment())
|
|
|
+ // );
|
|
|
|
|
|
examingRes = examingRes.data.data; // 保持和原接口一致
|
|
|
|