fix: 锁屏reload不解除问题
This commit is contained in:
@@ -53,6 +53,8 @@ function backLogin() {
|
|||||||
const isLocked = computed(() => lockedStore.type !== 'none');
|
const isLocked = computed(() => lockedStore.type !== 'none');
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
// 本地锁定类型设置;
|
||||||
|
lockedStore.fnLock(lockedStore.type);
|
||||||
// getConfigKey('sys.lockTime')
|
// getConfigKey('sys.lockTime')
|
||||||
// .then(res => {
|
// .then(res => {
|
||||||
// if (res.code === RESULT_CODE_SUCCESS && res.data) {
|
// if (res.code === RESULT_CODE_SUCCESS && res.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user