opt: optimize the formula show styles

This commit is contained in:
RockYang
2024-03-21 11:04:12 +08:00
parent 264e77f383
commit 6aa1d27711
7 changed files with 76 additions and 20 deletions

View File

@@ -817,7 +817,7 @@ const logout = function () {
activelyClose.value = true;
httpGet('/api/user/logout').then(() => {
removeUserToken()
location.reload()
router.push("/login")
}).catch(() => {
ElMessage.error('注销失败!');
})