fix: fixed change roles bug (#2072)

This commit is contained in:
花裤衩
2019-05-20 11:04:17 +08:00
committed by GitHub
parent be3dfac13b
commit 1e598e9684

View File

@@ -115,6 +115,9 @@ const actions = {
// dynamically add accessible routes
router.addRoutes(accessRoutes)
// reset visited views and cached views
dispatch('tagsView/delAllViews', null, { root: true })
resolve()
})
}