From f27fa4ac8077834256d0a9e1646493b4f6a8855c Mon Sep 17 00:00:00 2001 From: Zhuym Date: Tue, 28 Jan 2025 16:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A2=84=E8=AE=BE=E7=9A=84?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E5=9C=B0=E5=9D=80=E4=B8=BAlocalhost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8f4564b..e02444e 100644 --- a/index.html +++ b/index.html @@ -159,7 +159,7 @@ // 预设的后端地址 const PRESET_BACKENDS = [ - { label: "开发环境", value: "http://dev-api.example.com" }, + { label: "localhost", value: "http://127.0.0.1:8080" }, { label: "测试环境", value: "http://test-api.example.com" }, { label: "生产环境", value: "http://api.example.com" } ];