兰宝车间质量管理系统-前端
baoshiwei
2025-03-21 de59371f50991a0dbee997eb4a13fd3f5f415ffd
src/layout/components/SocialCallback/index.vue
@@ -18,7 +18,7 @@
const state = route.query.state as string;
const source = route.query.source as string;
const stateJson = JSON.parse(atob(state));
const tenantId = stateJson.tenantId as string ? stateJson.tenantId as string : '000000';
const tenantId = (stateJson.tenantId as string) ? (stateJson.tenantId as string) : '000000';
const domain = stateJson.domain as string;
const processResponse = async (res: any) => {
@@ -75,7 +75,7 @@
    socialCode: code,
    socialState: state,
    tenantId: tenantId,
    source: source,
    source: 'keycloak',
    clientId: import.meta.env.VITE_APP_CLIENT_ID,
    grantType: 'social'
  };