|
@@ -957,10 +957,14 @@ export default {
|
|
const { _id, matchKeys, ca_index } = item
|
|
const { _id, matchKeys, ca_index } = item
|
|
item.visited = true
|
|
item.visited = true
|
|
if (this.vt !== 'q') {
|
|
if (this.vt !== 'q') {
|
|
- await setSubscribeInfoRead(this.vt, {
|
|
|
|
- vsid: ca_index,
|
|
|
|
- isEnt: this.$route.query?.vt === 'q'
|
|
|
|
- })
|
|
|
|
|
|
+ try {
|
|
|
|
+ await setSubscribeInfoRead(this.vt, {
|
|
|
|
+ vsid: ca_index,
|
|
|
|
+ isEnt: this.$route.query?.vt === 'q'
|
|
|
|
+ })
|
|
|
|
+ } catch (error) {
|
|
|
|
+ console.log(error)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.pathVisiting(
|
|
this.pathVisiting(
|
|
this.createPathItem('/article/content/*.html', `id=${_id}`)
|
|
this.createPathItem('/article/content/*.html', `id=${_id}`)
|