Ver a proveniência

update

docs_0727
lb há 1 ano
ascendente
cometimento
4bd828b151
1 ficheiros alterados com 1 adições e 3 eliminações
  1. +1
    -3
      src/router/index.js

+ 1
- 3
src/router/index.js Ver ficheiro

@@ -84,9 +84,7 @@ router.beforeEach((to, from, next) => {
// 已添加或者当前路由为页面路由, 可直接访问
if (window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] || fnCurrentRouteIsPageRoute(to, pageRoutes)) {
// 如果是在已认证的情况下直接访问登录界面
if (to.name === 'login') {
return next('/')
}
if (isAuthentcated() && to.name == 'login') return next('/home')
return next()
}



Carregando…
Cancelar
Guardar