|
@@ -84,7 +84,7 @@ export default {
|
|
|
} while (this.imgStateList[this.currentFrameIdx] === false)
|
|
|
if (this.currentFrameIdx >= frameNumber - 1) {
|
|
|
clearInterval(this.intervalId)
|
|
|
- this.$router.push({ name: 'ExhibitionDetail', query: this.$route.query })
|
|
|
+ this.$router.replace({ name: 'ExhibitionDetail', query: this.$route.query })
|
|
|
}
|
|
|
} else {
|
|
|
this.isLoading = true
|