Explorar el Código

问题修复

master
huxinglu hace 4 años
padre
commit
ecc911822c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/router/index.js

+ 1
- 0
src/router/index.js Ver fichero

@@ -112,6 +112,7 @@ router.beforeEach(async (to, from, next) => {
if (to.name == '403') {
store.dispatch('user/setIsIndexTag', false)
}
store.dispatch('user/setBreadcrumb', [])
}else{
store.dispatch('user/resetToken')
}

Cargando…
Cancelar
Guardar