Compare commits

...

1 Commits

Author SHA1 Message Date
Pan 3c04575275 fix: fixed change roles bug 2019-05-14 12:34:28 +08:00
1 changed files with 3 additions and 0 deletions

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()
})
}