mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-07-07 00:34:45 +08:00
更新预设的后端地址为localhost
This commit is contained in:
parent
569b30e921
commit
f27fa4ac80
@ -159,7 +159,7 @@
|
|||||||
|
|
||||||
// 预设的后端地址
|
// 预设的后端地址
|
||||||
const PRESET_BACKENDS = [
|
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://test-api.example.com" },
|
||||||
{ label: "生产环境", value: "http://api.example.com" }
|
{ label: "生产环境", value: "http://api.example.com" }
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user