@@ -33,6 +33,7 @@ router.beforeEach((to, from, next) => {
// param.token = cookie.get('EIToken')
// param.username = cookie.get('WISEUser')
var loginType = cookie.get('EIName')
+ console.log(loginType)
if(loginType === 'sso'){
store.dispatch('TzLogin').then(response => {
// 有EIToken