update 优化 clientid写死问题

This commit is contained in:
疯狂的狮子Li 2024-06-19 14:30:19 +08:00
parent c206ab5b4a
commit fec61f9650

View File

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