Browse Source

瓦斯日报修改-更新

lxh 6 months ago
parent
commit
e915e224ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/router/index.js

+ 1 - 1
common/router/index.js

@@ -20,7 +20,7 @@ router.beforeEach((to, from, next) => {
 		next()
 	} else {
 		// query如果没有明确要求跳过sso则执行sso登录
-		if (to.query[SKIP_SSO_URL_QUERY.key] == SKIP_SSO_URL_QUERY.val) {
+		if (to.query[SKIP_SSO_URL_QUERY.key]!== SKIP_SSO_URL_QUERY.val) {
 			/**
 			   * 单点登录,返回是否需要跳转到单点登录页
 			*/