Просмотр исходного кода

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

冷冷 5 лет назад
Родитель
Сommit
2b82e9a134
1 измененных файлов с 2 добавлено и 1 удалено
  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'
       })
     }
   }