|
@@ -100,7 +100,7 @@
|
|
this.timer1 = null;
|
|
this.timer1 = null;
|
|
this.timer = setInterval(() => {
|
|
this.timer = setInterval(() => {
|
|
updateSectionProgress(this.operId);
|
|
updateSectionProgress(this.operId);
|
|
- }, 1000 * 5 * 60)
|
|
|
|
|
|
+ }, 1000 * 1 * 60) // 自动保存进度 1分钟已保存
|
|
|
|
|
|
},
|
|
},
|
|
sectionPlayerProgress(progress) {
|
|
sectionPlayerProgress(progress) {
|