From 7f3014905e820d1dd80e21f90f41017d47b1a5ee Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Wed, 23 Jul 2025 14:39:21 +0800 Subject: [PATCH] select default --- simple.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simple.html b/simple.html index f7d48a1..0eafd1c 100644 --- a/simple.html +++ b/simple.html @@ -247,8 +247,8 @@
@@ -326,7 +326,7 @@ async function getToken() { try { - const response = await fetch('https://srtc.yantootech.com/token', { + const response = await fetch('http://127.0.0.1:8080/token', { method: 'POST', headers: { 'Content-Type': 'application/json',