|
@ -373,7 +373,7 @@ onMounted(() => { |
|
|
// 开始检测 |
|
|
// 开始检测 |
|
|
const checkInit = () => { |
|
|
const checkInit = () => { |
|
|
const hasExecutedReset = sessionStorage.getItem('deviceResetFinished'); |
|
|
const hasExecutedReset = sessionStorage.getItem('deviceResetFinished'); |
|
|
if (hasExecutedReset === "false") { |
|
|
|
|
|
|
|
|
if (!hasExecutedReset || hasExecutedReset === 'false') { |
|
|
showModal.value = true; |
|
|
showModal.value = true; |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|