Browse Source

单点登录

mqd 3 years ago
parent
commit
092471dfeb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -1672,6 +1672,7 @@ router.beforeEach((to, from, next) => {
         } else {
             next()
         }
+
         // if (window.sessionStorage.agileauthtoken == undefined) {
         //      router.push('/login')
         //     next()