一体机问题修复

This commit is contained in:
FengHui
2026-04-01 17:46:54 +08:00
parent c2ae9467f9
commit 3411ef57b4
4 changed files with 58 additions and 2 deletions

View File

@@ -192,6 +192,7 @@ function close() {
function confirm() {
useUserStore().logOut();
window.location.href = 'https://www.xjksly.cn/mechine-single-vue/';
}
const isAbove90 = (percent) => parseFloat(percent) < 90;