xiebaomin 1 anno fa
parent
commit
5df09a206a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/Preview/index.vue

+ 1 - 0
src/views/Preview/index.vue

@@ -104,6 +104,7 @@ const statistical = useStatisticalTime((time) => {
   const t = Math.floor(time / 1000);
   console.log("时长为:", t, Math.floor(time / 1000));
   localStorage.setItem("spentTime", t.toString());
+  if (route.query.isSp) return
   const f = {
     productArchiveId: params.value.id,
     headUserId: params.value.suid,