浏览代码

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

冷冷 5 年之前
父节点
当前提交
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'
       })
     }
   }