更新预设的后端地址为localhost

This commit is contained in:
Zhuym 2025-01-28 16:11:11 +08:00
parent 569b30e921
commit f27fa4ac80

View File

@ -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" }
];