Sfoglia il codice sorgente

fix: 锁屏后解锁刷新还是锁屏

冷冷 5 anni fa
parent
commit
2b82e9a134
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/store/modules/common.js

+ 2 - 1
src/store/modules/common.js

@@ -137,7 +137,8 @@ const common = {
         name: 'lockPasswd'
       })
       removeStore({
-        name: 'isLock'
+        name: 'isLock',
+        type: 'session'
       })
     }
   }