退出登录,首页返回修改

This commit is contained in:
FengHui
2026-04-02 10:55:11 +08:00
parent 3411ef57b4
commit 4d4c689a45
3 changed files with 7 additions and 4 deletions

View File

@@ -192,7 +192,8 @@ function close() {
function confirm() {
useUserStore().logOut();
window.location.href = 'https://www.xjksly.cn/mechine-single-vue/';
// alert('退出登录成功');
// window.location.reload();
}
const isAbove90 = (percent) => parseFloat(percent) < 90;