1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-10-22 10:23:09 +00:00

内部写死appid

This commit is contained in:
SunWuyuan 2025-10-06 14:30:49 +08:00
parent 68d6582ae0
commit 3e3eba4759
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -88,7 +88,7 @@ const shouldInitialize = () => {
const goToAuthorize = () => { const goToAuthorize = () => {
const authDomain = getSetting("server.authDomain"); const authDomain = getSetting("server.authDomain");
const appId = import.meta.env.VITE_APP_ID || "1"; const appId = "d158067f53627d2b98babe8bffd2fd7d";
const currentDomain = window.location.origin; const currentDomain = window.location.origin;
const callbackUrl = encodeURIComponent(`${currentDomain}/authorize`); const callbackUrl = encodeURIComponent(`${currentDomain}/authorize`);