|
@@ -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,
|