update 优化 clientid写死问题

dev
疯狂的狮子Li 2 years ago
parent c206ab5b4a
commit fec61f9650

@ -76,7 +76,7 @@ const init = async () => {
socialState: state, socialState: state,
tenantId: tenantId, tenantId: tenantId,
source: source, source: source,
clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e', clientId: import.meta.env.VITE_APP_CLIENT_ID,
grantType: 'social' grantType: 'social'
}; };

Loading…
Cancel
Save