500


Application Version: 0.9.13.0318

@zengqiao@待解决问题 · 29ec4556f7 - Nuosi Git Service
Parcourir la Source

@zengqiao@待解决问题

HexOr 3 ans auparavant
Parent
commit
29ec4556f7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dmp-edge-ai/src/router/index.js

+ 1 - 1
dmp-edge-ai/src/router/index.js

@ -35,7 +35,7 @@ router.beforeEach((to, from, next) => {
35 35
        next()
36 36
      })
37 37
      .catch(() => {
38
        next({ name: 'Login' })
38
        next()
39 39
      })
40 40
  } else if (!token && to.name !== 'Login') {
41 41
    // token不存在