diff --git a/lib/auth.ts b/lib/auth.ts index bb38211..1596337 100644 --- a/lib/auth.ts +++ b/lib/auth.ts @@ -9,8 +9,8 @@ import type { } from '@/app/types/google-oauth'; // API配置 -const JAVA_BASE_URL = 'http://192.168.120.36:8080'; -//const JAVA_BASE_URL = process.env.NEXT_PUBLIC_JAVA_URL || 'https://77.app.java.auth.qikongjian.com'; +//const JAVA_BASE_URL = 'http://192.168.120.36:8080'; +const JAVA_BASE_URL = process.env.NEXT_PUBLIC_JAVA_URL || 'https://77.app.java.auth.qikongjian.com'; // Token存储键 const TOKEN_KEY = 'token'; const USER_KEY = 'currentUser';