Browse Source

feat: 支持本地缓存已读状态

zhangyuhan 1 year ago
parent
commit
165bc481df
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/components/push-list/PushList.vue

+ 6 - 6
src/components/push-list/PushList.vue

@@ -811,12 +811,12 @@ export default {
           isEnt: this.$route.query?.vt === 'q'
         })
       }
-      // this.pathVisiting(
-      //   this.createPathItem(
-      //     '/article/content/*.html',
-      //     `id=${_id}`
-      //   )
-      // )
+      this.pathVisiting(
+        this.createPathItem(
+          '/article/content/*.html',
+          `id=${_id}`
+         )
+      )
       let match = ''
       if (Array.isArray(matchKeys) && matchKeys.length) {
         match = matchKeys.join(' ')