diff --git a/src/utils/index.js b/src/utils/index.js index 1637e2c..8d9a962 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -95,6 +95,5 @@ function idListFromTree (data, val, res = [], id = 'id', children = 'children') */ export function clearLoginInfo () { Vue.cookie.delete('Authorization') - store.commit('resetStore') router.options.isAddDynamicMenuRoutes = false }