This reverts commit a63fc753
a63fc753
@ -59,6 +59,9 @@ export default {
this.initPage({
projectId: this.$route.params.id
})
this.getDocumentList({
},
methods: {
@ -105,6 +105,9 @@ export default {
@ -138,7 +138,7 @@ export default {
this.$router.push('/projects/' + this.$route.params.id + '/' + this.getLink)
this.setCurrent(index)
const checkpoint = {}
checkpoint[this.$route.params.id] = offset + index + 1
checkpoint[this.$route.params.id] = index + 1
localStorage.setItem('checkpoint', JSON.stringify(checkpoint))
}