瀏覽代碼

问题修复

master
huxinglu 4 年之前
父節點
當前提交
ecc911822c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/router/index.js

+ 1
- 0
src/router/index.js 查看文件

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

Loading…
取消
儲存