瀏覽代碼

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

zhangyuhan 1 年之前
父節點
當前提交
165bc481df
共有 1 個文件被更改,包括 6 次插入6 次删除
  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(' ')