Browse Source

feat: 修改弹窗

year 1 week ago
parent
commit
1659b31696
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/dialog/auto.ts

+ 1 - 0
src/dialog/auto.ts

@@ -132,6 +132,7 @@ const AutoShowDialog = () => {
 
         for (let i = startShow; i < data.length; i++) {
             const curData = data[i];
+            if (pathName !== "/") return;
             if (!checkIsCanShow(curData)) {
                 saveShowIndex(i);
                 continue;