【修改】首页权限不存在,则tab不显示首页信息
【修改】退出登录不通过路由
This commit is contained in:
@@ -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()},欢迎回来`,
|
||||
|
||||
Reference in New Issue
Block a user