提交 b7416ee3 authored 作者: matian's avatar matian

updates

上级 35ced02e
...@@ -103,7 +103,6 @@ export default { ...@@ -103,7 +103,6 @@ export default {
if (this.learning.length > 0) { if (this.learning.length > 0) {
this.roadList.forEach(item => { this.roadList.forEach(item => {
// 最新在读显示 弹框 显示我的项目 // 最新在读显示 弹框 显示我的项目
if (item.projectList.find(it => it.tenant === this.learningInfo[0].tenant)) { if (item.projectList.find(it => it.tenant === this.learningInfo[0].tenant)) {
item.isShow = true item.isShow = true
item.project_name = '我的项目:' item.project_name = '我的项目:'
......
...@@ -48,7 +48,6 @@ export const actions = { ...@@ -48,7 +48,6 @@ export const actions = {
logout({ commit }) { logout({ commit }) {
logout().then(response => { logout().then(response => {
commit('setUser', {}) commit('setUser', {})
this.$router.replace('/roadmap')
}) })
}, },
// 检测登录状态 // 检测登录状态
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论