From 0ea5fd6cd601e02b6ca75fbe181207c12b6cfa11 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Fri, 19 Sep 2025 21:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=92=8C=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E9=A1=B5=E6=96=B0=E5=A2=9E=E8=B0=B7=E6=AD=8C=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';