update:token登录配置

This commit is contained in:
2025-12-08 19:45:00 +08:00
parent 213f5e3b7f
commit 0dd931162c

View File

@@ -36,7 +36,7 @@ const getTokenFun = () => {
useUserInfo().setUserInfos();
window.location.href = url;
} else {
ElMessage.warning('用户账号无效');
ElMessage.error('用户账号无效');
}
});
};