【修改】首页权限不存在,则tab不显示首页信息

【修改】退出登录不通过路由
This commit is contained in:
zer0Black
2022-04-17 19:18:19 +08:00
parent 80f0921d60
commit 2ebb7bd20a
3 changed files with 5 additions and 44 deletions
+1 -1
View File
@@ -332,7 +332,7 @@
})
},
loginSuccess () {
this.$router.push({ path: "/dashboard/analysis" }).catch((res)=>{})
this.$router.push({ path: "/" }).catch((res)=>{})
this.$notification.success({
message: '欢迎',
description: `${timeFix()},欢迎回来`,