Browse Source

fix: fixed change roles bug (#2072)

pull/2114/head
花裤衩 6 years ago committed by GitHub
parent
commit
1e598e9684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/store/modules/user.js

3
src/store/modules/user.js

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

Loading…
Cancel
Save